removed docker as dependency
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
2021-08-31 01:38:16 +02:00
parent 9106fc6a68
commit 56b41df5ff

View File

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