Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 17:24:29 +00:00
parent ce4627919f
commit 927da67587

View File

@@ -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'
@@ -18,6 +19,7 @@ deploy:
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