another quotes try

This commit is contained in:
2023-10-06 14:02:54 -07:00
parent 95eb1fea4c
commit 435eeb9601
Vendored
+1 -1
View File
@@ -5,7 +5,7 @@ pipeline {
stage('Init') {
steps {
sh 'rbenv local 3.2.2'
sh `echo 'ENV["APP_SESSION_SECRET"] = "$(openssl rand -base64 64)"' > .env.rb`
sh 'echo \'ENV["APP_SESSION_SECRET"] = "$(openssl rand -base64 64)"\' > .env.rb'
sh 'echo "ENV[\"DB_NAME\"] ||= \"url_shortener.db\"" >> .env.rb'
sh 'cat .env.rb'
}