added line to add db name to the env file
parent
b70b0846a1
commit
5cc79ed54d
|
|
@ -5,6 +5,7 @@ pipeline {
|
|||
stage('Init') {
|
||||
steps {
|
||||
sh 'rbenv local 3.2.2'
|
||||
sh 'echo "ENV[\"DB_NAME\"] ||= \"url_shortener.db\" >> .env.rb'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue