Skip to content
Snippets Groups Projects
Commit b11d648a authored by Tim Jaacks's avatar Tim Jaacks
Browse files

deploy stage: simplify yaml syntax

parent 1fe2486a
No related branches found
No related tags found
1 merge request!46deploy stage: simplify yaml syntax
Pipeline #8298 passed with stages
in 1 minute and 46 seconds
...@@ -43,11 +43,7 @@ executable: ...@@ -43,11 +43,7 @@ executable:
#--------------------------------------------------------------------------------------- #---------------------------------------------------------------------------------------
.deploy: &deploy .deploy: &deploy
stage: deploy stage: deploy
rules: when: manual
- if: $CI_MERGE_REQUEST_IID
when: manual
- if: $CI_COMMIT_BRANCH == "master"
when: manual
allow_failure: yes allow_failure: yes
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
......
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