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

Update new_tag.sh

(cherry picked from commit 4387806e)
parent 9905d575
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=$CI_COMMIT_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?search=$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