Fix quotation marks

This commit is contained in:
Mario 2018-11-27 14:43:57 -08:00
parent c73366cdbc
commit be68067140

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage("Test") { stage("Test") {
steps { steps {
sh 'echo "Running tests' sh 'echo "Running tests"'
} }
} }
stage("Build") { stage("Build") {