We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e606fd8 commit 05d34ccCopy full SHA for 05d34cc
ci/scripts/bitcoin_core_ci.sh
@@ -1,5 +1,7 @@
1
#!/usr/bin/env bash
2
3
+export LC_ALL=C
4
+
5
set -o errexit -o nounset -o pipefail -o xtrace
6
7
readonly SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)"
ci/scripts/ci_helpers.sh
write_env_var() {
ci/scripts/config.sh
@@ -6,6 +6,8 @@
#
# Source CI configuration and output variables needed by the workflow.
8
9
10
11
12
13
0 commit comments