Run shell script without executable bit set
This commit is contained in:
parent
37f5e4dde2
commit
3966e23936
@ -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')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user