This commit is contained in:
@@ -11,10 +11,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Install build tools (apt)
|
- name: Install build tools
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apk add --no-cache curl git nodejs npm docker-cli 2>/dev/null || true
|
||||||
apt-get install -y curl git nodejs npm docker.io 2>/dev/null || true
|
|
||||||
|
|
||||||
- name: Generate demo content + Dockerfile
|
- name: Generate demo content + Dockerfile
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user