Remove unused code
This commit is contained in:
parent
bdb59bec8e
commit
162fb9fc2b
|
@ -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) {
|
def doMacBuild(target, postStep = null) {
|
||||||
return {
|
return {
|
||||||
node('osx_vegas') {
|
node('osx_vegas') {
|
||||||
|
|
Loading…
Reference in New Issue