Skip to content
Snippets Groups Projects
Commit a169d8cd authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Change deploy branch to master

parent dabcb647
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ docker-bionic:
--destination "${CI_REGISTRY_IMAGE}:latest-bionic"
rules:
- if: $CI_COMMIT_BRANCH == "ci"
- if: $CI_COMMIT_BRANCH == "master"
docker-jammy:
......@@ -119,7 +119,7 @@ docker-jammy:
--destination "${CI_REGISTRY_IMAGE}:latest-jammy"
rules:
- if: $CI_COMMIT_BRANCH == "ci"
- if: $CI_COMMIT_BRANCH == "master"
.test-docker-image-common:
......@@ -156,7 +156,7 @@ test-docker-image-bionic:
image: git.h2t.iar.kit.edu:5050/sw/armarx/robot-api:latest-bionic
rules:
- if: $CI_COMMIT_BRANCH == "ci"
- if: $CI_COMMIT_BRANCH == "master"
test-docker-image-jammy:
......@@ -167,4 +167,4 @@ test-docker-image-jammy:
image: git.h2t.iar.kit.edu:5050/sw/armarx/robot-api:latest-jammy
rules:
- if: $CI_COMMIT_BRANCH == "ci"
- if: $CI_COMMIT_BRANCH == "master"
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