From 057c1b74525291ba70f72b1d77740ce8bcb75158 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Wed, 11 Sep 2024 11:35:22 +1000 Subject: [PATCH] Make all release Buildkite command scripts executable See how https://buildkite.com/automattic/simplenote-android/builds/361 failed It's weird, though, that `release-build.sh` was not executable yet it worked. Maybe it has something to do with the fact that it's called without arguments? Might it be a Buildkite implementation detail? --- .buildkite/commands/release-build.sh | 0 .buildkite/commands/release-create-on-github.sh | 0 .buildkite/commands/release-upload.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .buildkite/commands/release-build.sh mode change 100644 => 100755 .buildkite/commands/release-create-on-github.sh mode change 100644 => 100755 .buildkite/commands/release-upload.sh diff --git a/.buildkite/commands/release-build.sh b/.buildkite/commands/release-build.sh old mode 100644 new mode 100755 diff --git a/.buildkite/commands/release-create-on-github.sh b/.buildkite/commands/release-create-on-github.sh old mode 100644 new mode 100755 diff --git a/.buildkite/commands/release-upload.sh b/.buildkite/commands/release-upload.sh old mode 100644 new mode 100755