Skip to content
Snippets Groups Projects

Add steps to build, deploy and test docker containers based on ArmarXGui

Merged Rainer Kartmann requested to merge ci into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
+ 4
4
@@ -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"
Loading