Skip to content

Commit

Permalink
[ci] Fix darwin generic worker binary name
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Mar 19, 2024
1 parent 2c1d36c commit ed957d1
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 @@ -45,7 +45,7 @@ retry_curl () {

# '|| kill $$' is to emulate 'set -o pipefail'
TC_VERSION="$({ retry_curl --head "https://github.com/taskcluster/taskcluster/releases/latest" || kill "$$"; } | { grep ^location || kill "$$"; } | { sed 's/.\{1,\}\/tag\/\(.\{1,\}\)[[:space:]]\{1,\}/\1/' || kill "$$"; })"
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/generic-worker-insecure-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
Expand Down

0 comments on commit ed957d1

Please sign in to comment.