Skip to content
Snippets Groups Projects
Commit 57e25430 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

fixed CI

parent 01ed824d
Branches
Tags
2 merge requests!90Develop,!53V.0.1.0 Codename Threadbare
Pipeline #53092 failed
......@@ -31,7 +31,7 @@ deploy:develop:
TAG: $CI_REGISTRY_IMAGE:develop
HOOK: $PORTAINER_HOOK_DEVELOP
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
-if: $CI_COMMIT_BRANCH == "v.0.1.0-codename-threadbare"
<<: *deploy
deploy:tagged:
......@@ -47,4 +47,4 @@ deploy:latest:
TAG: $CI_REGISTRY_IMAGE:latest
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
<<: *deploy
\ No newline at end of file
<<: *deploy
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment