diff --git a/autotag.sh b/autotag.sh index 15afe6686c269c3b77f3414001d320233511ea18..bc4e5892ad0ba1955a1a8144207194889fd5b1e7 100755 --- a/autotag.sh +++ b/autotag.sh @@ -20,3 +20,7 @@ if [ $POM_VERSION != "" ]; then REF=$2 curl -H "PRIVATE-TOKEN: 5zWk91yBpWfrbrN5fZDV" -X POST -d "tag_name=$POM_VERSION&ref=$REF" http://192.168.0.82:7070/api/v4/projects/$PROJECT_ID/repository/tags fi + + + +√ \ No newline at end of file