diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 339ef020bec3e32cf5625b4b83c0a3ffbd56e312..b0431f12eedfd292140ff3c616e46a1ae322799b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,12 +34,10 @@ release_job: - echo "Running the release job for $VERSION from commit $CI_COMMIT_SHA" - curl --location --output release-cli "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64" - chmod +x release-cli - - ./release-cli -v - - echo $CI_JOB_TOKEN - ./release-cli create --description "Release $VERSION" --tag-name "$VERSION" --ref "$CI_COMMIT_SHA" --assets-link "{\"url\":\"https://labs.etsi.org/rep/api/v4/projects/28/packages/maven/fr/mines-stetienne/ci/saref/saref-pipeline/$VERSION/saref-pipeline-$VERSION.jar\",\"name\":\"saref-pipeline.jar\"}" # release: # tag_name: '$VERSION' - # description: '$CI_COMMIT_TAG_MESSAGE' + # description: 'Release $VERSION' # ref: '$CI_COMMIT_SHA' # assets: # links: