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