Commit ac42081
committed
Make
After adding a parameter to the `release-build-wordpress.sh` call, I got
a permission denied error. See
https://buildkite.com/automattic/wordpress-ios/builds/4907#226a7e18-7592-4e95-9064-2829b4cb7f12/381-383
I guess if the path to a script is the only value in the `command` node,
then Buildkite calls it via `sh` (or maybe `$SHELL`), otherwise it runs
it as an actual command within its shell, in which case if the script is
not executable, it fails.release-build-* Buildkite scripts executable1 parent a298114 commit ac42081
3 files changed
File tree
- .buildkite/commands
File mode changed.
File mode changed.
File mode changed.
0 commit comments