Skip to content
Snippets Groups Projects
Commit 1cf6253d authored by migu's avatar migu
Browse files

deactivate publish job until it is configured

parent 8fdcc656
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ build_guide:
- "angelguide_de.pdf"
expire_in: 12 months
publish_artifacts:
publish_guide:
stage: publish
image: ubuntu:latest
before_script:
......@@ -31,6 +31,6 @@ publish_artifacts:
script:
- 'rsync -v angelguide_??.pdf $PUBLISHING_HOST:'
rules:
- if: '$CI_COMMIT_REF_NAME == "master"'
when: always
# - if: '$CI_COMMIT_REF_NAME == "master"'
# when: on_success
- when: never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment