Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-28 22:35:20 +00:00
parent 95d3b651eb
commit 239bdd214a

View File

@@ -21,7 +21,7 @@ prepare_job:
release_job: release_job:
needs: needs:
- prepare_job - job: prepare_job
artifacts: true artifacts: true
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