Update .gitlab-ci.yml file
This commit is contained in:
@@ -15,7 +15,7 @@ prepare_job:
|
||||
- 'ls -al'
|
||||
|
||||
|
||||
release:
|
||||
release_job:
|
||||
needs:
|
||||
- prepare_job
|
||||
stage: release # It only runs when *both* jobs in the test stage complete successfully.
|
||||
@@ -35,7 +35,7 @@ release:
|
||||
script:
|
||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||
|
||||
release_job:
|
||||
release:
|
||||
tag_name: v2.0.$CI_PIPELINE_IID
|
||||
name: 'WPE 2.0_$CI_COMMIT_SHORT_SHA'
|
||||
description: '$CI_COMMIT_MESSAGE'
|
||||
Reference in New Issue
Block a user