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

fixed CI

parent 01ed824d
No related branches found
No related tags found
2 merge requests!90Develop,!53V.0.1.0 Codename Threadbare
Pipeline #53092 failed
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
...@@ -31,7 +31,7 @@ deploy:develop: ...@@ -31,7 +31,7 @@ deploy:develop:
TAG: $CI_REGISTRY_IMAGE:develop TAG: $CI_REGISTRY_IMAGE:develop
HOOK: $PORTAINER_HOOK_DEVELOP HOOK: $PORTAINER_HOOK_DEVELOP
rules: 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
deploy:tagged: deploy:tagged:
...@@ -47,4 +47,4 @@ deploy:latest: ...@@ -47,4 +47,4 @@ deploy:latest:
TAG: $CI_REGISTRY_IMAGE:latest TAG: $CI_REGISTRY_IMAGE:latest
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
<<: *deploy <<: *deploy
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment