Skip to content

Commit

Permalink
eb: work around rbenv issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Jan 12, 2021
1 parent a3ce128 commit 9c148c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .platform/hooks/prebuild/rbenv.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -ex
# Elastic Beanstalk
# Delete the .ruby-version file to avoid rbenv errors when there's a conflicting version.
# Without this it is impossible to perform even patch version upgrades. It is pretty dumb.
rm -f .ruby-version

0 comments on commit 9c148c5

Please sign in to comment.