This commit is contained in:
		| @@ -6,7 +6,9 @@ steps: | ||||
|   image: docker | ||||
|   commands: | ||||
|     - docker build --rm -t dagobert:latest . | ||||
|   volumes: [ /var/run/docker.sock:/var/run/docker.sock ] | ||||
|   volumes: | ||||
|     - name: docker_socket | ||||
|       path: /var/run/docker.sock | ||||
| - name: notify | ||||
|   image: drillster/drone-email | ||||
|   settings: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user