From 927da67587c4e4bd61d659ea06bcca73a7061af3 Mon Sep 17 00:00:00 2001 From: Slava Date: Mon, 28 Aug 2023 17:24:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c5628a..f9de24e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: image: python:3.10 .pre: + stage: .pre script: - 'pip install requests' - 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git' @@ -17,7 +18,8 @@ deploy: -release_job: +release_job: + needs: deploy stage: release # It only runs when *both* jobs in the test stage complete successfully. image: registry.gitlab.com/gitlab-org/release-cli:latest