Update .gitlab-ci.yml file
This commit is contained in:
@@ -5,6 +5,7 @@ stages:
|
|||||||
image: python:3.10
|
image: python:3.10
|
||||||
|
|
||||||
.pre:
|
.pre:
|
||||||
|
stage: .pre
|
||||||
script:
|
script:
|
||||||
- 'pip install requests'
|
- 'pip install requests'
|
||||||
- 'git clone git@gl.beaconborn.ru:bacon/translation-generator.git'
|
- '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.
|
stage: release # It only runs when *both* jobs in the test stage complete successfully.
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user