From afd7390caf8c23248e7c20d514ee7be193bfcbb5 Mon Sep 17 00:00:00 2001
From: Maxime <maxime.lefrancois@emse.fr>
Date: Mon, 4 Mar 2024 10:52:56 +0100
Subject: [PATCH] test release already exists

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 339ef02..b0431f1 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:
-- 
GitLab