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