From b91f89fbc36c5b1182f7bedc16888b6c869cddbb Mon Sep 17 00:00:00 2001 From: Alexey Protsenko <a.protsenko@picodata.io> Date: Thu, 25 Jul 2024 11:27:13 +0300 Subject: [PATCH] ci: made the frontend deployment independent from the rest of the pipeline --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ca4e792e8..89ab3a90d9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -543,6 +543,7 @@ downstream-stress-test: upload-picodata-to-binary-front-deploy: stage: front-deploy extends: .upload-picodata-to-binary + needs: [] when: manual downstream-front-deploy: -- GitLab