From 9337d07eb25cfaef8995398bd2da38bdd29c70e8 Mon Sep 17 00:00:00 2001 From: Sven Ketelsen Date: Fri, 16 Jun 2023 12:00:01 +0200 Subject: [PATCH] feature: combined management and vpn updates to one gitlab stage --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b634d2d..91e693e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -237,7 +237,7 @@ run-setup-demompmx: - dind - harbor # 05.02.22 TODO some runners run into timeouts -vpn-config-update-dev: +run-vpn-update-dev: extends: .vpn-config-update # A resource group ensures a job is mutually exclusive across different pipelines for the same project. resource_group: dev @@ -247,7 +247,7 @@ vpn-config-update-dev: only: - main -vpn-config-update-qa: +run-vpn-update-qa: extends: .vpn-config-update # A resource group ensures a job is mutually exclusive across different pipelines for the same project. resource_group: qa @@ -257,7 +257,7 @@ vpn-config-update-qa: only: - qa -vpn-config-update-prodnso: +run-vpn-update-prodnso: extends: .vpn-config-update # A resource group ensures a job is mutually exclusive across different pipelines for the same project. resource_group: prodnso