summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/dockerretry.sh
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2022-06-22 21:26:32 +0000
committerjak1 <jak1@themanaworld.org>2022-06-22 21:26:32 +0000
commit38c55a467c815030556545097e8874fa6b966b92 (patch)
tree29f05cecc007f20320486bd07f8a58c160d081f4 /tools/ci/scripts/dockerretry.sh
parentb9be112e48be712f47726194e5a3454ab63b6274 (diff)
downloadplus-38c55a467c815030556545097e8874fa6b966b92.tar.gz
plus-38c55a467c815030556545097e8874fa6b966b92.tar.bz2
plus-38c55a467c815030556545097e8874fa6b966b92.tar.xz
plus-38c55a467c815030556545097e8874fa6b966b92.zip
don't ask... just squash it... :see_no_evil: CI_test_var
Diffstat (limited to 'tools/ci/scripts/dockerretry.sh')
-rwxr-xr-xtools/ci/scripts/dockerretry.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/dockerretry.sh b/tools/ci/scripts/dockerretry.sh
index 58dcdb5b1..af3cfea28 100755
--- a/tools/ci/scripts/dockerretry.sh
+++ b/tools/ci/scripts/dockerretry.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# skip if we not in docker
-if [[ ${CI_RUNNER_ID} != "" ]];
+if [[ ${CI_RUNNER_ID} == "" ]];
then
echo "Running from shell. Skipping $*"
exit 0