Merge branch 'main' of https://gitlab.forge.education.gouv.fr/jsecula/laps
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
# This specific template is located at:
|
||||
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml
|
||||
|
||||
image: debian
|
||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- build
|
||||
@ -27,7 +27,7 @@ create-release: # This job runs in the deploy stage.
|
||||
environment: production
|
||||
script: echo 'Creating release'
|
||||
release:
|
||||
tag_name: $CI_COMMIT_TAG
|
||||
tag_name: '$CI_COMMIT_TAG'
|
||||
name: 'Release $CI_COMMIT_TAG'
|
||||
description: 'LAPS'
|
||||
assets:
|
||||
|
||||
Reference in New Issue
Block a user