From cecb183d202ec7ab6c5442f9bc89529076181bcc Mon Sep 17 00:00:00 2001 From: Masataka Pocke Kuwabara Date: Wed, 14 Aug 2024 12:31:52 +0900 Subject: [PATCH] Do not make changes on rbs collection in CI --- bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/setup b/bin/setup index 4b9345e..5b41ee5 100755 --- a/bin/setup +++ b/bin/setup @@ -7,7 +7,7 @@ bundle install set +u if [ -z "$BUNDLE_GEMFILE" ]; then - bundle exec rbs collection install + bundle exec rbs collection install --frozen else echo "Skipping rbs collection install because BUNDLE_GEMFILE is set" fi