Forgot SME in tag for release search API call

This commit is contained in:
Brian Read 2023-07-10 11:54:02 +01:00
parent ff0eeb0fce
commit b60d27a7fe

View File

@ -96,7 +96,7 @@ if [ $DEBUG ] ; then echo "URL="$RemoteRepoURL; fi
# First see if release exists: # First see if release exists:
RESPONSE=$(curl -X 'GET' \ RESPONSE=$(curl -X 'GET' \
"$GITEAHOST/api/v1/repos/$2/$1/releases/tags/$3" \ "$GITEAHOST/api/v1/repos/$2/$1/releases/tags/SME$3" \
-H 'accept: application/json') -H 'accept: application/json')
if [ $DEBUG ] ; then echo "See if Release exists response="$RESPONSE; fi if [ $DEBUG ] ; then echo "See if Release exists response="$RESPONSE; fi
#parse result #parse result