Auto saved by Logseq
This commit is contained in:
parent
66557ebca6
commit
ac5090a68d
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@
|
||||||
- Per installare il runner sulla macchina che dovrà eseguire le azioni
|
- Per installare il runner sulla macchina che dovrà eseguire le azioni
|
||||||
-
|
-
|
||||||
- ```bash
|
- ```bash
|
||||||
export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
|
||||||
export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
||||||
wget -O forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64
|
wget -O forgejo-runner https://code.forgejo.org/forgejo/runner/releases/download/v${RUNNER_VERSION}/forgejo-runner-${RUNNER_VERSION}-linux-amd64
|
||||||
chmod +x forgejo-runner
|
chmod +x forgejo-runner
|
||||||
|
|
Loading…
Reference in a new issue