This repository has been archived on 2025-02-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
snapserver_docker_ci/.drone.yml
infeeeee 77383a1a6b
Some checks failed
continuous-integration/drone the build failed
changing to alpine
2021-08-31 01:27:07 +02:00

10 lines
228 B
YAML

pipeline:
pull:
image: amd64/alpine:latest
commands:
- pkg install docker git
- docker build https://github.com/Saiyato/snapserver_docker.git
volumes:
- /var/run/docker.sock:/var/run/docker.sock