From a169d8cd7dafb0f7bb34487f473fcab230b9e72d Mon Sep 17 00:00:00 2001 From: Rainer Kartmann <rainer.kartmann@kit.edu> Date: Fri, 20 Oct 2023 14:38:48 +0200 Subject: [PATCH] Change deploy branch to master --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afe8d4df3..0cb6e600c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- GitLab