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 7d86fc267b
Some checks failed
continuous-integration/drone the build failed
Dockerfile as filename
2021-08-31 01:21:12 +02:00

9 lines
201 B
YAML

pipeline:
pull:
image: docker:latest
commands:
- docker build -f Dockerfile https://github.com/Saiyato/snapserver_docker
volumes:
- /var/run/docker.sock:/var/run/docker.sock