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 56b41df5ff
Some checks failed
continuous-integration/drone the build failed
removed docker as dependency
2021-08-31 01:38:16 +02:00

12 lines
306 B
YAML

pipeline:
build:
image: amd64/alpine:latest
commands:
- apk -U add docker
- docker build https://github.com/Saiyato/snapserver_docker.git
- docker image ls
# - docker push infeeeee/snapserver_docker_ci:amd64
volumes:
- /var/run/docker.sock:/var/run/docker.sock