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 c3025f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/start-worker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3025f1

Please sign in to comment.