Skip to content

Commit a0f1089

Browse files
committed
debug
1 parent f35134b commit a0f1089

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

testing/get-coursier.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -euxo pipefail
33

44
if [ "$OSTYPE" = msys ]; then
55
URL='https://github.com/coursier/coursier/releases/download/v2.1.0-RC4/cs-x86_64-pc-win32.zip'

testing/get-dart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -euo pipefail
2+
set -euxo pipefail
33

44
VERSION=2.19.6
55

0 commit comments

Comments
 (0)