Update .gitlab-ci.yml file
This commit is contained in:
parent
c3cd6f9c1b
commit
7b06cab73b
@ -33,3 +33,15 @@ generateJavaDoc:
|
|||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
- if: $CI_COMMIT_BRANCH =~ /^release/
|
- if: $CI_COMMIT_BRANCH =~ /^release/
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: build
|
||||||
|
needs:
|
||||||
|
- generateJavaDoc
|
||||||
|
script:
|
||||||
|
- mv redaction-service-v1/redaction-service-server-v1/javadoc/* public/
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user