Chore: move to shell executor
This commit is contained in:
@@ -1,12 +1,6 @@
|
|||||||
release_job:
|
release_module:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
|
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
|
||||||
script:
|
script:
|
||||||
- echo 'running release_job'
|
- release-cli create --name "Release $CI_COMMIT_SHA" --description "Created using the release-cli" --private-token $RELEASE_TOKEN --tag-name "$CI_COMMIT_TAG" --ref "$CI_COMMIT_SHA"
|
||||||
release:
|
|
||||||
name: 'Release $CI_COMMIT_TAG'
|
|
||||||
description: 'Created using the release-cli $EXTRA_DESCRIPTION' # $EXTRA_DESCRIPTION must be defined
|
|
||||||
tag_name: '$CI_COMMIT_TAG' # elsewhere in the pipeline.
|
|
||||||
ref: '$CI_COMMIT_TAG'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user