summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/scripts/runtests.sh')
-rwxr-xr-xtools/ci/scripts/runtests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/ci/scripts/runtests.sh b/tools/ci/scripts/runtests.sh
index 18bcd7512..7d9a18335 100755
--- a/tools/ci/scripts/runtests.sh
+++ b/tools/ci/scripts/runtests.sh
@@ -1,7 +1,9 @@
#!/usr/bin/env bash
-if [[ ${CI_RUNNER_TAGS} != *"docker"* ]]; then
- if [[ ${CIRRUS_CI} != "true" ]]; then
+if [[ ${CI_RUNNER_ID} != "" ]];
+then
+ if [[ ${CIRRUS_CI} != "true" ]];
+ then
echo "Running from shell. Skipping run tests $*"
exit 0
fi