We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ec3a2 commit 9ac533dCopy full SHA for 9ac533d
1 file changed
Jenkinsfile
@@ -19,8 +19,8 @@ pipeline {
19
stage('Release') {
20
when { expression { return params.RELEASE } }
21
steps {
22
- configFileProvider([configFile(fileId: 'gem-credentials', targetLocation: '~/.gem/credentials')]) {
23
- sh 'chmod 0600 ~/.gem/credentials'
+ configFileProvider([configFile(fileId: 'gem-credentials', targetLocation: '/root/.gem/credentials')]) {
+ sh 'chmod 0600 /root/.gem/credentials'
24
sh 'bundle exec rake release'
25
}
26
0 commit comments