Skip to content

Commit

Permalink
Merge pull request #167 from wishabi/fix-ruby-deps
Browse files Browse the repository at this point in the history
fix: fix the fix to ruby deps to make it backward compatible
  • Loading branch information
skawaguchi-flipp authored May 16, 2024
2 parents f2be7dd + 511028d commit c98ffba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
description: The major version to update
options:
- v0
- v1

jobs:
tag:
Expand All @@ -28,4 +27,4 @@ jobs:
- name: Tag new target
run: git tag -f ${{ github.event.inputs.major_version }} ${{ github.event.inputs.target }}
- name: Push new tag
run: git push origin ${{ github.event.inputs.major_version }} --force
run: git push origin ${{ github.event.inputs.major_version }} --force
3 changes: 3 additions & 0 deletions ruby/deps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ runs:
shell: bash
run: |
bundle install
if id "3434" >/dev/null 2>&1; then
sudo chown circleci:circleci -R /home/circleci/.bundle
fi
env:
BUNDLE_JOBS: 4
BUNDLE_DEPLOYMENT: true
Expand Down

0 comments on commit c98ffba

Please sign in to comment.