From d38942f8e5c71820095d83d578abe698092379ad Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Tue, 9 Jan 2024 14:41:39 +0100 Subject: [PATCH] upload is in deploy stage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46b165c..bb3d4a2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test: upload: - stage: build + stage: deploy needs: ['test', ] image: harbor.pasteur.fr/kube-system/helm-kubectl:3.4.0 script: -- GitLab