mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-13 13:20:40 +02:00
ci: Fix default retry script usage
This commit is contained in:
parent
5352d14b37
commit
45615de26c
@ -57,4 +57,4 @@ export DOCKER_PACKAGES=${DOCKER_PACKAGES:-build-essential libtool autotools-dev
|
|||||||
export GOAL=${GOAL:-install}
|
export GOAL=${GOAL:-install}
|
||||||
export DIR_QA_ASSETS=${DIR_QA_ASSETS:-${BASE_SCRATCH_DIR}/qa-assets}
|
export DIR_QA_ASSETS=${DIR_QA_ASSETS:-${BASE_SCRATCH_DIR}/qa-assets}
|
||||||
export PATH=${BASE_ROOT_DIR}/ci/retry:$PATH
|
export PATH=${BASE_ROOT_DIR}/ci/retry:$PATH
|
||||||
export CI_RETRY_EXE=${CI_RETRY_EXE:retry}
|
export CI_RETRY_EXE=${CI_RETRY_EXE:-"retry --"}
|
||||||
|
@ -58,6 +58,7 @@ else
|
|||||||
bash -c "export PATH=$BASE_SCRATCH_DIR/bins/:\$PATH && cd $P_CI_DIR && $*"
|
bash -c "export PATH=$BASE_SCRATCH_DIR/bins/:\$PATH && cd $P_CI_DIR && $*"
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
export -f DOCKER_EXEC
|
||||||
|
|
||||||
if [ -n "$DPKG_ADD_ARCH" ]; then
|
if [ -n "$DPKG_ADD_ARCH" ]; then
|
||||||
DOCKER_EXEC dpkg --add-architecture "$DPKG_ADD_ARCH"
|
DOCKER_EXEC dpkg --add-architecture "$DPKG_ADD_ARCH"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user