From 7530a36e3b6933f55b3a42a47573aa06bafd5f8f 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/start-worker.sh b/.github/scripts/start-worker.sh index 7be269d0..144a968f 100755 --- a/.github/scripts/start-worker.sh +++ b/.github/scripts/start-worker.sh @@ -48,7 +48,7 @@ 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 ./generic-worker new-ed25519-keypair --file worker.key mkdir tasks