Skip to content
Snippets Groups Projects
Commit bdac4802 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed output

parent a93d9485
No related branches found
No related tags found
2 merge requests!1973Development,!1968Resolve "Update Laravel to 9.x"
...@@ -69,7 +69,7 @@ echo "Got ${#existing_tags_nginx[@]} tags." ...@@ -69,7 +69,7 @@ echo "Got ${#existing_tags_nginx[@]} tags."
echo "" echo ""
# Get All existing tags for the node repo # Get All existing tags for the node repo
echo "Fetching existing node tags..." echo "Fetching existing Node tags..."
declare -A existing_tags_node declare -A existing_tags_node
get_tags_url=$CI_API_V4_URL/projects/$CI_PROJECT_ID/registry/repositories/$NODE_REPOSITORY_ID/tags get_tags_url=$CI_API_V4_URL/projects/$CI_PROJECT_ID/registry/repositories/$NODE_REPOSITORY_ID/tags
page=1 page=1
...@@ -145,7 +145,7 @@ do ...@@ -145,7 +145,7 @@ do
done done
# Delete Node Tags # Delete Node Tags
echo "Deleting unused NGINX Tags..." echo "Deleting unused Node Tags..."
for node_tag in ${!existing_tags_node[@]} for node_tag in ${!existing_tags_node[@]}
do do
echo $node_tag echo $node_tag
......
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