Remove unused code

This commit is contained in:
Emanuele Zattin 2017-10-10 10:37:44 +02:00
parent bdb59bec8e
commit 162fb9fc2b
1 changed files with 0 additions and 8 deletions

8
Jenkinsfile vendored
View File

@ -197,14 +197,6 @@ def doDockerBuild(target, postStep = null) {
}
}
// def doDockerBuild(target, postStep = null) {
// return {
// node('docker') {
// doDockerInside("./scripts/docker-wrapper.sh ./scripts/test.sh", target, postStep)
// }
// }
// }
def doMacBuild(target, postStep = null) {
return {
node('osx_vegas') {