Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Try bundle install if local bundle fails
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Apr 27, 2022
1 parent 97d58d5 commit b0fd559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ export function loadInput(): Input {
env: getInput('env') || null,
command:
getInput('command') ||
`bundle --local || true; rake native:${platform} gem`
`bundle --local || bundle install || true; rake native:${platform} gem`
}
}

0 comments on commit b0fd559

Please sign in to comment.