We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 023fa2a + 5f4f368 commit 311f811Copy full SHA for 311f811
src/ci/init_repo.sh
@@ -1,5 +1,9 @@
1
#!/usr/bin/env bash
2
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
+
7
set -o errexit
8
set -o pipefail
9
set -o nounset
0 commit comments