From 450dc26df7322cda44d5998aa654dd0b2f737181 Mon Sep 17 00:00:00 2001 From: Adam Townsend Date: Fri, 6 Oct 2023 18:11:00 -0700 Subject: [PATCH] another attempt --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7973208..120ef81 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { stage('Init') { steps { 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 'cat .env.rb' }