From bad5622ef83049008f86619a51145e4412fd2e41 Mon Sep 17 00:00:00 2001 From: Dana Sherson Date: Mon, 4 Dec 2023 23:31:01 +1300 Subject: [PATCH] I don't need these in CI --- scripts/update.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index 462c2d6..ef81af7 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -27,9 +27,11 @@ fi git_update_submodules ( cd github-cctray && git remote add upstream git@github.com:joejag/github-cctray.git ) -ruby-install 3.0 -ruby-install 3.1 -ruby-install 3.2 -ruby-install 3.3.0-preview3 +if [[ -z "$CI" ]]; then + ruby-install 3.0 + ruby-install 3.1 + ruby-install 3.2 + ruby-install 3.3.0-preview3 +fi install_launchagents.sh