Update .gitlab-ci.yml file
This commit is contained in:
parent
5ff3ebc6cb
commit
5e8dc747bb
@ -46,3 +46,14 @@ pages:
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
|
||||
publish to azure storage:
|
||||
stage: build
|
||||
needs:
|
||||
- generateJavaDoc
|
||||
script:
|
||||
- mkdir public
|
||||
- mv redaction-service-v1/redaction-service-server-v1/javadoc/* public/
|
||||
- echo "Publish to Azure placeholder"
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user