Skip to content

Commit

Permalink
codebuild ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Aug 16, 2024
1 parent 942cdcc commit a7e14e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ version: 0.2
# - Provide minimal github credentials to access public repo

phases:
install:
runtime-versions:
ruby: 3.2.3
commands:
- rebenv versions
- echo Installing Bundler...
- gem install bundler
- bundle install
pre_build:
on-failure: ABORT
commands:
Expand Down

0 comments on commit a7e14e1

Please sign in to comment.