Skip to content

Commit 45615de

Browse files
committed
ci: Fix default retry script usage
1 parent 5352d14 commit 45615de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/test/00_setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ export DOCKER_PACKAGES=${DOCKER_PACKAGES:-build-essential libtool autotools-dev
5757
export GOAL=${GOAL:-install}
5858
export DIR_QA_ASSETS=${DIR_QA_ASSETS:-${BASE_SCRATCH_DIR}/qa-assets}
5959
export PATH=${BASE_ROOT_DIR}/ci/retry:$PATH
60-
export CI_RETRY_EXE=${CI_RETRY_EXE:retry}
60+
export CI_RETRY_EXE=${CI_RETRY_EXE:-"retry --"}

ci/test/04_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ else
5858
bash -c "export PATH=$BASE_SCRATCH_DIR/bins/:\$PATH && cd $P_CI_DIR && $*"
5959
}
6060
fi
61+
export -f DOCKER_EXEC
6162

6263
if [ -n "$DPKG_ADD_ARCH" ]; then
6364
DOCKER_EXEC dpkg --add-architecture "$DPKG_ADD_ARCH"

0 commit comments

Comments
 (0)