Skip to content

Commit

Permalink
Merge pull request #591 from sul-dlss/cbeer-patch-1
Browse files Browse the repository at this point in the history
Deploy with Ruby 3
  • Loading branch information
thatbudakguy authored Jul 1, 2022
2 parents eb3b3e4 + 304d475 commit c44a792
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pipeline {
export DEPLOY=1
# Load RVM
rvm use 2.7.1@purl --create
rvm use 3.0.3@purl --create
gem install bundler
bundle install --without production
Expand Down Expand Up @@ -67,7 +67,7 @@ pipeline {
export DEPLOY=1
# Load RVM
rvm use 2.7.1@purl --create
rvm use 3.0.3@purl --create
gem install bundler
bundle install --without production
Expand Down Expand Up @@ -112,7 +112,7 @@ pipeline {
export REVISION=$TAG_NAME
# Load RVM
rvm use 2.7.1@purl --create
rvm use 3.0.3@purl --create
gem install bundler
bundle install --without production
Expand Down

0 comments on commit c44a792

Please sign in to comment.