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 5352d14 commit 45615deCopy full SHA for 45615de
ci/test/00_setup_env.sh
@@ -57,4 +57,4 @@ export DOCKER_PACKAGES=${DOCKER_PACKAGES:-build-essential libtool autotools-dev
57
export GOAL=${GOAL:-install}
58
export DIR_QA_ASSETS=${DIR_QA_ASSETS:-${BASE_SCRATCH_DIR}/qa-assets}
59
export PATH=${BASE_ROOT_DIR}/ci/retry:$PATH
60
-export CI_RETRY_EXE=${CI_RETRY_EXE:retry}
+export CI_RETRY_EXE=${CI_RETRY_EXE:-"retry --"}
ci/test/04_install.sh
@@ -58,6 +58,7 @@ else
bash -c "export PATH=$BASE_SCRATCH_DIR/bins/:\$PATH && cd $P_CI_DIR && $*"
}
fi
61
+export -f DOCKER_EXEC
62
63
if [ -n "$DPKG_ADD_ARCH" ]; then
64
DOCKER_EXEC dpkg --add-architecture "$DPKG_ADD_ARCH"
0 commit comments