Skip to content

Commit 8b289fd

Browse files
committed
Disable Bundler for bump install - we don't need it, and no need to install project deps
Signed-off-by: Clinton Wolfe <156460+clintoncwolfe@users.noreply.github.com>
1 parent 208b61b commit 8b289fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd-main-version-bumper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
uses: ruby/setup-ruby@v1
9595
with:
9696
ruby-version: 'ruby'
97-
bundler-cache: true
97+
# bundler-cache: true
9898

9999
- name: Install bump gem
100100
run: gem install bump

0 commit comments

Comments
 (0)