remove unused content from .drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jochen Welzel 2020-04-20 13:40:03 +02:00
parent 8abe43b74c
commit 6a8fed378e
1 changed files with 0 additions and 8 deletions

View File

@ -4,14 +4,6 @@ type: docker
name: default name: default
steps: steps:
- name: Build docker image
image: docker:latest
volumes:
- name: docker_sock
path: /var/run/docker.sock
commands:
- docker build --no-cache -t j10l/nsd-docker:latest .
- name: push docker image - name: push docker image
image: plugins/docker image: plugins/docker
settings: settings: