Skip to content

Commit

Permalink
Fix macos CI worker startup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
jschwartzentruber committed Nov 22, 2023
1 parent 6113abc commit 7530a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/start-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7530a36

Please sign in to comment.