mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix /opt/actions-runner perms for self-hosted runners
This commit is contained in:
parent
40e30ed441
commit
f1efe06e99
6 changed files with 6 additions and 12 deletions
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 91 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 98 KiB |
|
|
@ -38,4 +38,4 @@
|
|||
ansible.builtin.pause:
|
||||
seconds: 60
|
||||
- name: Restart GH runner
|
||||
shell: systemctl restart actions.runner.*
|
||||
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*
|
||||
|
|
|
|||
|
|
@ -38,4 +38,4 @@
|
|||
ansible.builtin.pause:
|
||||
seconds: 60
|
||||
- name: Restart GH runner
|
||||
shell: systemctl restart actions.runner.*
|
||||
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*
|
||||
|
|
|
|||
|
|
@ -38,4 +38,4 @@
|
|||
ansible.builtin.pause:
|
||||
seconds: 60
|
||||
- name: Restart GH runner
|
||||
shell: systemctl restart actions.runner.*
|
||||
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*
|
||||
|
|
|
|||
|
|
@ -49,4 +49,4 @@
|
|||
ansible.builtin.pause:
|
||||
seconds: 60
|
||||
- name: Restart GH runner
|
||||
shell: systemctl restart actions.runner.*
|
||||
shell: chown -R user:user /opt/actions-runner/ && systemctl restart actions.runner.*
|
||||
|
|
|
|||
Loading…
Reference in a new issue