Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Commit

Permalink
Must set rbenv version before bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
surminus committed Jun 19, 2017
1 parent a4b145a commit 96f1e1f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,8 @@ node {
}

stage("bundle install") {
govuk.bundleApp()
}

stage("Set rbenv version") {
sh('source ./rbenv_version.sh')
govuk.bundleApp()
}

stage("Run tests") {
Expand Down

0 comments on commit 96f1e1f

Please sign in to comment.