Skip to content
Snippets Groups Projects
Commit c1b1aa34 authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Update .gitlab-ci.yml

parent f1fdd1fd
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,13 @@
- chmod 700 ~/.ssh
- echo "$UBERSPACE_KNOWN_HOST" >> ~/.ssh/known_hosts
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
- if: '$CI_COMMIT_BRANCH'
stages:
- build
- upload
......
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