1
0
Fork 0

added missing quote

This commit is contained in:
Christian Kühnel 2019-12-11 13:07:49 +01:00
parent 164610f284
commit 87bf3c2601

View file

@ -46,7 +46,7 @@ pipeline {
}
sh 'rm -rf build || true'
sh 'mkdir -p build'
sh 'mkdir -p "${TARGET_DIR}'
sh 'mkdir -p "${TARGET_DIR}"'
}
}
stage('arc patch'){