diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-28 10:07:25 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-04-28 10:52:31 +0300 |
commit | 45615de26caa4c8ffeacc558143aaf6887cbb314 (patch) | |
tree | 836be39d6ea6459009c3a6efb2b83b829ca4aa0c /ci/test/00_setup_env.sh | |
parent | 5352d14b3796d9e672a20ada8f7613a70fe448f4 (diff) |
ci: Fix default retry script usage
Diffstat (limited to 'ci/test/00_setup_env.sh')
-rwxr-xr-x | ci/test/00_setup_env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test/00_setup_env.sh b/ci/test/00_setup_env.sh index e0e555bbd1..ef6d616e5f 100755 --- a/ci/test/00_setup_env.sh +++ b/ci/test/00_setup_env.sh @@ -57,4 +57,4 @@ export DOCKER_PACKAGES=${DOCKER_PACKAGES:-build-essential libtool autotools-dev export GOAL=${GOAL:-install} export DIR_QA_ASSETS=${DIR_QA_ASSETS:-${BASE_SCRATCH_DIR}/qa-assets} export PATH=${BASE_ROOT_DIR}/ci/retry:$PATH -export CI_RETRY_EXE=${CI_RETRY_EXE:retry} +export CI_RETRY_EXE=${CI_RETRY_EXE:-"retry --"} |