All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
12 lines
208 B
YAML
12 lines
208 B
YAML
clone:
|
|
git:
|
|
image: plugins/git
|
|
depth: 1
|
|
|
|
pipeline:
|
|
build:
|
|
image: devforth/drone-builder
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
commands:
|
|
- /bin/bash build.sh
|