From c3025f1ae1c355f5a72a0c8345e0d543c0db425a Mon Sep 17 00:00:00 2001 From: Jesse Schwartzentruber Date: Wed, 22 Nov 2023 14:13:34 -0500 Subject: [PATCH] Fix macos CI worker startup script. --- .github/scripts/start-worker.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/scripts/start-worker.sh b/.github/scripts/start-worker.sh index 7be269d0..5cc45753 100755 --- a/.github/scripts/start-worker.sh +++ b/.github/scripts/start-worker.sh @@ -48,7 +48,9 @@ TC_VERSION="$({ retry_curl --head "https://github.com/taskcluster/taskcluster/re retry_curl -L "https://github.com/taskcluster/taskcluster/releases/download/$TC_VERSION/generic-worker-simple-darwin-amd64" -o generic-worker retry_curl -L "https://github.com/taskcluster/taskcluster/releases/download/$TC_VERSION/livelog-darwin-amd64" -o livelog retry_curl -L "https://github.com/taskcluster/taskcluster/releases/download/$TC_VERSION/taskcluster-proxy-darwin-amd64" -o taskcluster-proxy -chmod 0755 generic-worker livelog taskcluster-proxy +chmod a+x generic-worker livelog taskcluster-proxy +ls -l generic-worker livelog taskcluster-proxy +id ./generic-worker new-ed25519-keypair --file worker.key mkdir tasks