revert curl output suppression on create
This commit is contained in:
parent
95e4647899
commit
feda70a9b2
@ -279,7 +279,7 @@ cd $GITFiles
|
||||
# Re-create the repo
|
||||
#
|
||||
if [ $DEBUG ] ; then echo "************Creating repo for $1 $PACKAGETYPE" ; fi
|
||||
RESPONSE=$(curl "$checkSSL" "$curlsilent" -o /dev/null -w "%{http_code}" -X 'POST' \
|
||||
RESPONSE=$(curl "$checkSSL" "$curlsilent" -X 'POST' \
|
||||
"$GITEAHOST/api/v1/orgs/$ORGGITEA/repos" \
|
||||
-H 'accept: application/json' \
|
||||
-H "Authorization: token $GITEAACCESSTOKEN" \
|
||||
|
Loading…
Reference in New Issue
Block a user