Forgot SME in tag for release search API call
This commit is contained in:
parent
ff0eeb0fce
commit
b60d27a7fe
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user