All checks were successful
continuous-integration/drone the build was successful
10 lines
227 B
YAML
10 lines
227 B
YAML
pipeline:
|
|
pull:
|
|
image: amd64/alpine:latest
|
|
commands:
|
|
- apk -U add docker git
|
|
- docker build https://github.com/Saiyato/snapserver_docker.git
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|