File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 156
156
157
157
chmod +x /etc/systemd/system/shutdown.sh
158
158
159
- su -s /bin/bash -c "cd /actions-runner-1/;/actions-runner-1/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID} -1 --labels ${VM_ID} --unattended ${ephemeral_flag} --disableupdate" runner
160
- su -s /bin/bash -c "cd /actions-runner-2/;/actions-runner-2/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID} -2 --labels ${VM_ID} --unattended ${ephemeral_flag} --disableupdate" runner
159
+ su -s /bin/bash -c "cd /actions-runner-1/;/actions-runner-1/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID} -1 --labels ${VM_ID} --unattended --disableupdate" runner
160
+ su -s /bin/bash -c "cd /actions-runner-2/;/actions-runner-2/config.sh --url https://github.com/${GITHUB_REPOSITORY} --token ${RUNNER_TOKEN} --name ${VM_ID} -2 --labels ${VM_ID} --unattended --disableupdate" runner
161
161
162
162
touch /.github-runner-config-ready
163
163
You can’t perform that action at this time.
0 commit comments