mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
remove logging
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
59810df672
commit
1c3c72a422
|
@ -40,12 +40,10 @@ main(){
|
|||
fi
|
||||
|
||||
echo "Deleting branch ref $ref for owner ${owner}/${repo}..."
|
||||
set -x
|
||||
curl -XDELETE -sSL \
|
||||
-H "${AUTH_HEADER}" \
|
||||
-H "${API_HEADER}" \
|
||||
"${URI}/repos/${owner}/${repo}/git/refs/heads/${ref}"
|
||||
set +x
|
||||
|
||||
echo "Branch delete success!"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user