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 7d33ae7 commit fa7a87bCopy full SHA for fa7a87b
ci/test/00_setup_env.sh
@@ -6,6 +6,8 @@
6
7
export LC_ALL=C.UTF-8
8
9
+set -ex
10
+
11
# The root dir.
12
# The ci system copies this folder.
13
BASE_ROOT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../../ >/dev/null 2>&1 && pwd )
ci/test/01_base_install.sh
CFG_DONE="ci.base-install-done" # Use a global git setting to remember whether this script ran to avoid running it twice
if [ "$(git config --global ${CFG_DONE})" == "true" ]; then
0 commit comments