Skip to content

Commit 5f4f368

Browse files
committed
ci: display more debug information in the init_repo script
1 parent 8197085 commit 5f4f368

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/init_repo.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env bash
22

3+
# FIXME(61301): we need to debug spurious failures with this on Windows on
4+
# Azure, so let's print more information in the logs.
5+
set -x
6+
37
set -o errexit
48
set -o pipefail
59
set -o nounset

0 commit comments

Comments
 (0)