added line to add db name to the env file

pull/15/head
Adam Townsend 2023-10-06 13:41:53 -07:00
parent b70b0846a1
commit 5cc79ed54d
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
stage('Init') { stage('Init') {
steps { steps {
sh 'rbenv local 3.2.2' sh 'rbenv local 3.2.2'
sh 'echo "ENV[\"DB_NAME\"] ||= \"url_shortener.db\" >> .env.rb'
} }
} }
} }