Skip to content
Snippets Groups Projects
Commit 4e1e58c3 authored by Styrbjörn Swensson's avatar Styrbjörn Swensson
Browse files

added pages stage

parent 57afdbcb
No related branches found
No related tags found
No related merge requests found
Pipeline #4669 failed
...@@ -2,6 +2,7 @@ image: alash325/javaant:latest ...@@ -2,6 +2,7 @@ image: alash325/javaant:latest
stages: stages:
- build - build
- test - test
- pages
build: build:
stage: build stage: build
script: script:
...@@ -15,3 +16,12 @@ test: ...@@ -15,3 +16,12 @@ test:
- ./build/report/* - ./build/report/*
reports: reports:
junit: ./build/report/* junit: ./build/report/*
pages:
stage: pages
script:
- mkdir .public
- cp -r .build/report/* .public
- mv .public public
artifacts:
paths:
- public
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment