summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2023-04-03 03:13:42 +0200
committerjak1 <jak1@themanaworld.org>2023-04-03 03:13:42 +0200
commit2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf (patch)
treee044d9b34c70e027d84ba1fc6c54d92532f467be /tools
parent386a47710b235051eedf254f56b01972096aac7e (diff)
downloadplus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.tar.gz
plus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.tar.bz2
plus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.tar.xz
plus-2ee76e47a61b2ad8898bec25e4093fa9c6d2a9bf.zip
change serverlist url to tmw2.org, since manaplus.germantmw.de doesnt work (i dont rly know why, but all our updates are hosted there, so our serverlist now)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci/scripts/runtests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh
index 18bcd7512..9f0a6729f 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-if [[ ${CI_RUNNER_TAGS} != *"docker"* ]]; then
+if [[ "$RUNFROMSHELL" != "" ]]; then
if [[ ${CIRRUS_CI} != "true" ]]; then
echo "Running from shell. Skipping run tests $*"
exit 0