From b9be112e48be712f47726194e5a3454ab63b6274 Mon Sep 17 00:00:00 2001 From: jak1 Date: Wed, 22 Jun 2022 21:20:00 +0000 Subject: replaced 'docker' tag with CI_RUNNER_ID --- tools/ci/scripts/updaterepos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/ci/scripts/updaterepos.sh') 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 -- cgit v1.2.3-60-g2f50