another shot
parent
a4fbdeabe3
commit
b5af621ee2
|
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
stage('Init') {
|
stage('Init') {
|
||||||
steps {
|
steps {
|
||||||
sh 'rbenv local 3.2.2'
|
sh 'rbenv local 3.2.2'
|
||||||
sh 'echo $(ruby -rsecurerandom -e \\\"puts SecureRandom.base64(64).inspect\\\")'
|
sh 'echo \\\"$(ruby -rsecurerandom -e \\\'puts SecureRandom.base64(64).inspect\\\')\\\"'
|
||||||
//sh 'echo "ENV[\\\"DB_NAME\\\"] ||= \\\"url_shortener.db\\\"" >> .env.rb'
|
//sh 'echo "ENV[\\\"DB_NAME\\\"] ||= \\\"url_shortener.db\\\"" >> .env.rb'
|
||||||
//sh 'cat .env.rb'
|
//sh 'cat .env.rb'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue