mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-17 09:37: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
|
fi
|
||||||
|
|
||||||
echo "Deleting branch ref $ref for owner ${owner}/${repo}..."
|
echo "Deleting branch ref $ref for owner ${owner}/${repo}..."
|
||||||
set -x
|
|
||||||
curl -XDELETE -sSL \
|
curl -XDELETE -sSL \
|
||||||
-H "${AUTH_HEADER}" \
|
-H "${AUTH_HEADER}" \
|
||||||
-H "${API_HEADER}" \
|
-H "${API_HEADER}" \
|
||||||
"${URI}/repos/${owner}/${repo}/git/refs/heads/${ref}"
|
"${URI}/repos/${owner}/${repo}/git/refs/heads/${ref}"
|
||||||
set +x
|
|
||||||
|
|
||||||
echo "Branch delete success!"
|
echo "Branch delete success!"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user