aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-common.sh
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-12-16 14:36:57 +0000
committerGitHub2020-12-16 14:36:57 +0000
commit41cf9c19887734e5734f150059825e85ba55cc5a (patch)
tree2b59ffc08cf1c9a20f319e34dd659e5480d5f3c8 /dev/ci/ci-common.sh
parent88c77bf369a910e72951b69b4e272dd50a982bf7 (diff)
parentfaafe8bfb97e7b05afbcc903cc946d9fca038df5 (diff)
Merge PR #13644: Fix overlay system: projects need to be loaded before overlays.
Reviewed-by: gares
Diffstat (limited to 'dev/ci/ci-common.sh')
-rw-r--r--dev/ci/ci-common.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ci/ci-common.sh b/dev/ci/ci-common.sh
index fdba690155..8d8f78e10c 100644
--- a/dev/ci/ci-common.sh
+++ b/dev/ci/ci-common.sh
@@ -73,14 +73,14 @@ function overlay()
}
set +x
+# shellcheck source=ci-basic-overlay.sh
+. "${ci_dir}/ci-basic-overlay.sh"
+
for overlay in "${ci_dir}"/user-overlays/*.sh; do
# shellcheck source=/dev/null
# the directoy can be empty
if [ -e "${overlay}" ]; then . "${overlay}"; fi
done
-
-# shellcheck source=ci-basic-overlay.sh
-. "${ci_dir}/ci-basic-overlay.sh"
set -x
# [git_download project] will download [project] and unpack it