diff options
author | jak1 <jak1@themanaworld.org> | 2022-06-22 21:26:32 +0000 |
---|---|---|
committer | jak1 <jak1@themanaworld.org> | 2022-06-22 21:26:32 +0000 |
commit | 38c55a467c815030556545097e8874fa6b966b92 (patch) | |
tree | 29f05cecc007f20320486bd07f8a58c160d081f4 /tools/ci/scripts/runtests.sh | |
parent | b9be112e48be712f47726194e5a3454ab63b6274 (diff) | |
download | manaverse-CI_test_var.tar.gz manaverse-CI_test_var.tar.bz2 manaverse-CI_test_var.tar.xz manaverse-CI_test_var.zip |
don't ask... just squash it... :see_no_evil: CI_test_var
Diffstat (limited to 'tools/ci/scripts/runtests.sh')
-rwxr-xr-x | tools/ci/scripts/runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh index 7d9a18335..a405e4653 100755 --- a/tools/ci/scripts/runtests.sh +++ b/tools/ci/scripts/runtests.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -if [[ ${CI_RUNNER_ID} != "" ]]; +if [[ ${CI_RUNNER_ID} == "" ]]; then if [[ ${CIRRUS_CI} != "true" ]]; then |