Skip to content
Snippets Groups Projects
Commit 76792b3e authored by migu's avatar migu
Browse files

Merge branch 'develop'

parents a1ec57c3 1cf6253d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ build_guide: ...@@ -17,7 +17,7 @@ build_guide:
- "angelguide_de.pdf" - "angelguide_de.pdf"
expire_in: 12 months expire_in: 12 months
publish_artifacts: publish_guide:
stage: publish stage: publish
image: ubuntu:latest image: ubuntu:latest
before_script: before_script:
...@@ -31,6 +31,6 @@ publish_artifacts: ...@@ -31,6 +31,6 @@ publish_artifacts:
script: script:
- 'rsync -v angelguide_??.pdf $PUBLISHING_HOST:' - 'rsync -v angelguide_??.pdf $PUBLISHING_HOST:'
rules: rules:
- if: '$CI_COMMIT_REF_NAME == "master"' # - if: '$CI_COMMIT_REF_NAME == "master"'
when: always # when: on_success
- when: never - 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