Disable questionable step

This commit is contained in:
Игорь Чудов 2019-10-14 16:01:06 +04:00
parent d8fb9727ed
commit da8e8f9821
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -261,7 +261,7 @@ imageMap.each { url, hash ->
cron('H 3,7,9,20,23 * * *')
}
steps {
shell("/usr/bin/env IMAGES_DEST=" + '${IMAGES_DEST}' + "IMAGE=${url} HASH=${hash} /bin/sh ./scripts/sync_image")
//shell("/usr/bin/env IMAGES_DEST=" + '${IMAGES_DEST}' + "IMAGE=${url} HASH=${hash} /bin/sh ./scripts/sync_image")
}
}
}