Skip to content
Snippets Groups Projects
Commit 6b855dee authored by Alex ORLUC's avatar Alex ORLUC
Browse files

Update new_tag.sh

(cherry picked from commit b56f6d6a)

(cherry picked from commit 9905d575)
parent 4fc2f22d
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ if [ -z $IS_TMA ]; then
echo "previoustag:$previous_tag"
for row in $(curl --header "PRIVATE-TOKEN: $TOKEN_GITLAB" "https://labs.maarch.org/api/v4/projects/$CI_PROJECT_ID/milestones?title=$previous_tag" | jq -r '.[] | @base64'); do
for row in $(curl --header "PRIVATE-TOKEN: $TOKEN_GITLAB" "https://labs.maarch.org/api/v4/projects/$CI_PROJECT_ID/milestones?title=$CI_COMMIT_TAG" | jq -r '.[] | @base64'); do
_jq() {
echo ${row} | base64 --decode | jq -r ${1}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment