Skip to content

Commit f08b6b9

Browse files
committed
debug git command failures
Signed-off-by: Jacob Klegar <[email protected]>
1 parent 887eef4 commit f08b6b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infra/scripts/azure-runner.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
set -euo pipefail
44

55
echo "starting azure-runner"
6+
git rev-parse HEAD
7+
echo "found branch"
8+
git config --get remote.origin.url
9+
echo "found url"
610

711
STEP_BREADCRUMB='~~~~~~~~'
812
SECONDS=0

0 commit comments

Comments
 (0)