We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4356bd1 commit 535d2a2Copy full SHA for 535d2a2
Jenkinsfile
@@ -23,7 +23,7 @@ pipeline {
23
export DEPLOY=1
24
25
# Load RVM
26
- rvm use 3.3.1@stacks --create
+ rvm use 3.4.1@stacks --create
27
gem install bundler
28
29
bundle install --without production
@@ -67,7 +67,7 @@ pipeline {
67
68
69
70
71
72
73
@@ -112,7 +112,7 @@ pipeline {
112
export REVISION=$TAG_NAME
113
114
115
116
117
118
0 commit comments