From a78705bcd58a07e5a24c8f0cc52346997130b6eb Mon Sep 17 00:00:00 2001
From: gregoire kubler <gregoire.kubler@proton.me>
Date: Tue, 26 Nov 2024 17:23:45 +0100
Subject: [PATCH] chore : better log message

---
 .gitlab/ci/download/select_jobs.gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab/ci/download/select_jobs.gitlab-ci.yml b/.gitlab/ci/download/select_jobs.gitlab-ci.yml
index 93d44d4..0768d79 100644
--- a/.gitlab/ci/download/select_jobs.gitlab-ci.yml
+++ b/.gitlab/ci/download/select_jobs.gitlab-ci.yml
@@ -89,7 +89,7 @@
         # CASE WHERE A COMMIT TAG IS CREATED
         elif [[ ! -z "$CI_COMMIT_TAG" ]]; then
         	PROJECT_CURR_TAG_DATE=$(jq '.commit.created_at' <<<$(curl -s "$API_URL/projects/$CI_PROJECT_ID/repository/tags/$CI_COMMIT_TAG"))
-        	echo "Looking for latest release in $DEP_NAME before $CI_COMMIT_TAG was released on project $CI_PROJECT_NAME."
+        	echo "Retrieving tags of $DEP_NAME via url $DEP_API_URL/repository/tags?per_page=100."
         	DEP_TAGS=$(jq --slurp '
               .[]
               | sort_by(.commit.created_at)
-- 
GitLab