From fd4f3f99883b26c2e27359a9cae738ca8016c138 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=BF=E5=90=8D=E7=94=A8=E6=88=B7?= <667173+zotob@user.noreply.gitee.com> Date: Fri, 27 Oct 2023 11:14:24 +0000 Subject: [PATCH] update autotag.sh. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 匿名用户 <667173+zotob@user.noreply.gitee.com> --- autotag.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autotag.sh b/autotag.sh index 15afe66..bc4e589 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 -- Gitee