We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8954cc0 commit e956467Copy full SHA for e956467
ci/scripts/ci.sh
@@ -1,4 +1,6 @@
1
#!/usr/bin/env bash
2
+export LC_ALL=C.UTF-8
3
+
4
set -o errexit -o nounset -o pipefail -o xtrace
5
6
[ "${CI_CONFIG+x}" ] && source "$CI_CONFIG"
ci/scripts/run.sh
0 commit comments