From af214c32c1d7bd107b2c6f2c127bc3ef3e018ffa Mon Sep 17 00:00:00 2001 From: Remi PLANEL <rplanel@pasteur.fr> Date: Tue, 30 Jan 2024 14:04:41 +0100 Subject: [PATCH] Make the post-deploy manual --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1844384f..7ae9ce4b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -464,6 +464,7 @@ delete-helm-release:prod: .post-deploy: stage: post-deploy image: harbor.pasteur.fr/kube-system/helm-kubectl:$HELM_VERSION + when: manual variables: CI_DEBUG_TRACE: "false" TEAM_ID: "df" -- GitLab