Skip to content

Commit 7aec782

Browse files
committed
Download cli in tarball format
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 077eff5 commit 7aec782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/providers/firecracker/cloud_init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export RUNNER_NAME=%s
272272
# curl -s https://raw.githubusercontent.com/actions/runner/main/scripts/create-latest-svc.sh | bash -s -- -s ${RUNNER_OWNER} -n ${RUNNER_NAME} -f
273273
# ephemeral runner: https://docs.github.com/en/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners#using-ephemeral-runners-for-autoscaling
274274
# https://github.blog/changelog/2021-09-20-github-actions-ephemeral-self-hosted-runners-new-webhooks-for-auto-scaling/
275-
curl -fsSL https://gist.githubusercontent.com/tamalsaha/af2f99c80f84410253bd1e532bdfabc7/raw/1ea50be2e954fcde2fd2bce377ac168d799ccf38/start-runner.sh | bash -s -- -n ${RUNNER_NAME} -f
275+
curl -fsSL https://gist.githubusercontent.com/tamalsaha/af2f99c80f84410253bd1e532bdfabc7/raw/27fb0c094182f09b121750bb61ca32ba0ddf7658/start-runner.sh | bash -s -- -n ${RUNNER_NAME} -f
276276
`, string(dockerHubToken), DefaultOptions.Testrig, DefaultOptions.NatsURL, DefaultOptions.NatsUsername, DefaultOptions.NatsPassword, ghToken, runnerName)
277277

278278
udBytes, err := PrepareCloudInitUserData(userData, script)

0 commit comments

Comments
 (0)