summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjak1 <jak1@themanaworld.org>2022-06-21 22:28:37 +0000
committerjak1 <jak1@themanaworld.org>2022-06-21 22:28:37 +0000
commit6d2e15f0fe95ddb87b343b4c862d525591bcdbbc (patch)
treeed256a30206bae441979d2ed83501b1b5a5d5f1a
parentd1b37897bd89028cad479c5f9925ae32d6ed24dc (diff)
downloadplus-6d2e15f0fe95ddb87b343b4c862d525591bcdbbc.tar.gz
plus-6d2e15f0fe95ddb87b343b4c862d525591bcdbbc.tar.bz2
plus-6d2e15f0fe95ddb87b343b4c862d525591bcdbbc.tar.xz
plus-6d2e15f0fe95ddb87b343b4c862d525591bcdbbc.zip
negation... (i should try that stuff before pushing) *hides*
-rwxr-xr-xtools/ci/scripts/init.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh
index 58d072dfe..cff5a62e1 100755
--- a/tools/ci/scripts/init.sh
+++ b/tools/ci/scripts/init.sh
@@ -13,7 +13,7 @@ function do_init {
}
function update_repos {
- if [ "$CI_RUNNER_ID" == "" ];
+ if [ "$CI_RUNNER_ID" != "" ];
then
echo "Running from shell. Skipping update repos"
return
@@ -29,7 +29,7 @@ function update_repos {
}
function aptget_update {
- if [ "$CI_RUNNER_ID" == "" ];
+ if [ "$CI_RUNNER_ID" != "" ];
then
echo "Running from shell. Skipping apt-get update"
return
@@ -59,7 +59,7 @@ function aptget_update {
}
function aptget_install {
- if [ "$CI_RUNNER_ID" == "" ];
+ if [ "$CI_RUNNER_ID" != "" ];
then
echo "Running from shell. Skipping apt-get"
return