Fix invalid release job
This commit is contained in:
parent
7adb1cddb8
commit
4bca6a432f
1 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,9 @@ release:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_COMMIT_TAG
|
||||||
script:
|
script:
|
||||||
- echo 'running release_job'
|
- echo 'running release job'
|
||||||
release:
|
release:
|
||||||
name: 'Release $CI_COMMIT_TAG'
|
name: 'Release $CI_COMMIT_TAG'
|
||||||
|
description: 'Auto created release'
|
||||||
|
tag_name: '$CI_COMMIT_TAG'
|
||||||
ref: '$CI_COMMIT_TAG'
|
ref: '$CI_COMMIT_TAG'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue