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

fixed CI

parent fc0ba72d
No related branches found
No related tags found
2 merge requests!90Develop,!53V.0.1.0 Codename Threadbare
Pipeline #53109 failed
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
variables:
ACTIVE_DEVELOP: "v.0.1.0-codename-threadbare"
DOCKER_IMAGE_SHA: $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
build:docker:
......@@ -6,7 +7,7 @@ build:docker:
tags:
- baremetal
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $ACTIVE_DEVELOP
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- >
......@@ -31,7 +32,7 @@ deploy:develop:
TAG: $CI_REGISTRY_IMAGE:develop
HOOK: $PORTAINER_HOOK_DEVELOP
rules:
- if: $CI_COMMIT_BRANCH == "v.0.1.0-codename-threadbare"
- if: $CI_COMMIT_BRANCH == $ACTIVE_DEVELOP
<<: *deploy
deploy:tagged:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment