Update .gitlab-ci.yml file
This commit is contained in:
@@ -15,7 +15,7 @@ prepare_job:
|
|||||||
- 'ls -al'
|
- 'ls -al'
|
||||||
|
|
||||||
|
|
||||||
release:
|
release_job:
|
||||||
needs:
|
needs:
|
||||||
- prepare_job
|
- prepare_job
|
||||||
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.
|
||||||
@@ -35,7 +35,7 @@ release:
|
|||||||
script:
|
script:
|
||||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||||
|
|
||||||
release_job:
|
release:
|
||||||
tag_name: v2.0.$CI_PIPELINE_IID
|
tag_name: v2.0.$CI_PIPELINE_IID
|
||||||
name: 'WPE 2.0_$CI_COMMIT_SHORT_SHA'
|
name: 'WPE 2.0_$CI_COMMIT_SHORT_SHA'
|
||||||
description: '$CI_COMMIT_MESSAGE'
|
description: '$CI_COMMIT_MESSAGE'
|
||||||
Reference in New Issue
Block a user