aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-common.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2018-11-18 14:48:33 +0100
committerGaëtan Gilbert2018-11-18 14:48:33 +0100
commit25e989019f72bd435d84a1d495c7de25165556dd (patch)
tree8716ac6cadff64ff9f8d6ec3b0c61c86ed6bfe83 /dev/ci/ci-common.sh
parent8e79fa301c285e4016997eff0e90ce5d9df46ad9 (diff)
parentac63486c422af0ab76a620a797dbd349d3b0b2c0 (diff)
Merge PR #9018: [devtools] Small script to setup overlays automatically
Diffstat (limited to 'dev/ci/ci-common.sh')
-rw-r--r--dev/ci/ci-common.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh
index 7a450d0d48..a5aa54144c 100644
--- a/dev/ci/ci-common.sh
+++ b/dev/ci/ci-common.sh
@@ -46,8 +46,11 @@ for overlay in "${ci_dir}"/user-overlays/*.sh; do
# shellcheck source=/dev/null
. "${overlay}"
done
+
+set +x
# shellcheck source=ci-basic-overlay.sh
. "${ci_dir}/ci-basic-overlay.sh"
+set -x
# [git_download project] will download [project] and unpack it
# in [$CI_BUILD_DIR/project] if the folder does not exist already;