Skip to content
Snippets Groups Projects
Commit 5e1c182e authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

Merge branch '24-exclude-mirrors-from-deployment-jobs' into 'dev'

Resolve "exclude mirrors from deployment jobs"

Closes #24

See merge request !61
parents c77931cd 40d53f3d
No related branches found
No related tags found
2 merge requests!71Fix conflict,!61Resolve "exclude mirrors from deployment jobs"
Pipeline #104909 passed
......@@ -72,8 +72,9 @@ asteroid:
paths:
- public-asteroid
rules:
- if: $CI_COMMIT_BRANCH == 'dev'
- if: $CI_MERGE_REQUEST_ID
- if: $CI_PROJECT_URL != 'https://collaborating.tuhh.de/cfg0846/research-topics-mat-tuhh'
when: never
- when: always
# deploy static webpage on dev-branch to tuhh
tuhh-deploy:
......@@ -103,7 +104,10 @@ tuhh-deploy:
paths:
- public-tuhh
rules:
- if: $CI_PROJECT_URL != 'https://collaborating.tuhh.de/cfg0846/research-topics-mat-tuhh'
when: never
- if: $CI_COMMIT_BRANCH == 'dev'
when: always
# deploy static webpage to web-server via GitLab pages
pages:
......@@ -130,6 +134,8 @@ deploy_review:
# on_stop: stop_review_app
# auto_stop_in: 1 week
rules:
- if: $CI_PROJECT_URL != 'https://collaborating.tuhh.de/cfg0846/research-topics-mat-tuhh'
when: never
- if: $CI_MERGE_REQUEST_ID
- if: $CI_COMMIT_BRANCH == 'dev'
......@@ -142,4 +148,4 @@ deploy_review:
# action: stop
# rules:
# - if: $CI_MERGE_REQUEST_ID
# when: manual
# when: manual
\ No newline at end of file
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