syntax error in Jenkinsfile, missing " at the end of the line to add to the env file
This commit is contained in:
Vendored
+1
-1
@@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user