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 {
stage("Test") {
steps {
sh 'echo "Running tests'
sh 'echo "Running tests"'
}
}
stage("Build") {