Fix quotation marks

Tento commit je obsažen v:
Mario 2018-11-27 14:43:57 -08:00
rodič c73366cdbc
revize be68067140

2
Jenkinsfile vendorováno
Zobrazit soubor

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