another attempt

pull/15/head
Adam Townsend 2023-10-06 18:11:00 -07:00
parent 7a32edb6e3
commit 450dc26df7
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 \\\'ENV[\\\"APP_SESSION_SECRET\\\"] ||= $(ruby secret.rb)\\\' > .env.rb' sh 'echo ENV[\\\"APP_SESSION_SECRET\\\"] ||= $(ruby secret.rb) > .env.rb'
//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'
} }