Run shell script without executable bit set

This commit is contained in:
Игорь Чудов 2019-10-04 15:55:06 +04:00
parent 37f5e4dde2
commit 3966e23936
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

@ -102,7 +102,7 @@ platforms.each { platform ->
}
}
steps {
shell('/usr/bin/env MIRRORS_DEST=${MIRRORS_DEST} MIRRORS_SRC=${MIRRORS_SRC} PLATFORM=${PLATFORM} ./scripts/sync_alt_repo')
shell('/usr/bin/env MIRRORS_DEST=${MIRRORS_DEST} MIRRORS_SRC=${MIRRORS_SRC} PLATFORM=${PLATFORM} /bin/sh ./scripts/sync_alt_repo')
}
}
}