Actualiser .drone.yml
This commit is contained in:
		@@ -4,7 +4,8 @@ name: default
 | 
				
			|||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: build
 | 
					  - name: build
 | 
				
			||||||
    image: docker
 | 
					    image: docker
 | 
				
			||||||
    volumes: /var/run/docker.sock:/var/run/docker.sock
 | 
					    volumes: 
 | 
				
			||||||
 | 
					      - /var/run/docker.sock:/var/run/docker.sock
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      DOCKER_CLI_EXPERIMENTAL: enabled
 | 
					      DOCKER_CLI_EXPERIMENTAL: enabled
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user