From d47a9e87ede0f32ad0d6d3e2369942aa3c7668fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Thu, 13 Apr 2023 09:18:01 +0200 Subject: [PATCH] fox deployment cleanup --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42d0244..70393ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -198,7 +198,7 @@ cleanup-failed-full-deployment: stage: cleanup when: on_failure rules: - - if: ($CI_COMMIT_TAG =~ /stable/ && $MANUAL_FULL_DEPLOY_PRODUCTION == "true") + - if: ($CI_COMMIT_TAG =~ /stable/ && $MANUAL_FULL_DEPLOY == "true") <<: *ssh_setup script: - echo "This is the cleanup for the full-redeployment of the testing or production servers" -- GitLab