Skip to content

Commit

Permalink
Deploy with Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer authored Jun 29, 2022
1 parent 443139a commit 304d475
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 304d475

Please sign in to comment.