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

Test building docker containers on CI branch

parent 375e59d5
No related branches found
No related tags found
1 merge request!89Use docker images generated by ArmarXCore for CI and build own docker images
Pipeline #15679 failed
......@@ -99,7 +99,7 @@ docker-bionic:
--destination "${CI_REGISTRY_IMAGE}:latest-bionic"
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "ci"
docker-jammy:
......@@ -115,7 +115,7 @@ docker-jammy:
--destination "${CI_REGISTRY_IMAGE}:latest-jammy"
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "ci"
.test-docker-image-common:
......@@ -152,7 +152,7 @@ test-docker-image-bionic:
image: git.h2t.iar.kit.edu:5050/sw/armarx/armarx-gui:latest-bionic
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "ci"
test-docker-image-jammy:
......@@ -163,4 +163,4 @@ test-docker-image-jammy:
image: git.h2t.iar.kit.edu:5050/sw/armarx/armarx-gui:latest-jammy
rules:
- if: $CI_COMMIT_BRANCH == "master"
- if: $CI_COMMIT_BRANCH == "ci"
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