summaryrefslogtreecommitdiff
path: root/tools/ci/scripts/updaterepos.sh
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2022-06-22 21:20:00 +0000
committerjak1 <jak1@themanaworld.org>2022-06-22 21:20:00 +0000
commitb9be112e48be712f47726194e5a3454ab63b6274 (patch)
treeffede8fd64d7942bcdb33410b0b1935fbaac60f1 /tools/ci/scripts/updaterepos.sh
parentc87f53791db0de931ee87dfcebea146099fb737b (diff)
downloadplus-b9be112e48be712f47726194e5a3454ab63b6274.tar.gz
plus-b9be112e48be712f47726194e5a3454ab63b6274.tar.bz2
plus-b9be112e48be712f47726194e5a3454ab63b6274.tar.xz
plus-b9be112e48be712f47726194e5a3454ab63b6274.zip
replaced 'docker' tag with CI_RUNNER_ID
Diffstat (limited to 'tools/ci/scripts/updaterepos.sh')
-rwxr-xr-xtools/ci/scripts/updaterepos.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ci/scripts/updaterepos.sh b/tools/ci/scripts/updaterepos.sh
index f0698fc19..75d2e2eff 100755
--- a/tools/ci/scripts/updaterepos.sh
+++ b/tools/ci/scripts/updaterepos.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
-if [[ ${CI_RUNNER_TAGS} != *"docker"* ]]; then
+if [[ ${CI_RUNNER_ID} != "" ]];
+then
echo "Running from shell. Skipping update repos"
exit 0
fi