Fix docker argument order
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Fixes #5
This commit is contained in:
		| @ -76,7 +76,7 @@ run_cleanup() { | ||||
|   until [ -z "$(docker stack ps "$PLUGIN_STACK" -q)" ]; do sleep 1; done | ||||
|   docker -H "$DOCKER_HOST" system prune --all --volumes --force | ||||
|   # try and remove all secrets; Docker will leave ones which are in use | ||||
|   docker -H "$DOCKER_HOST" secret ls --format '{{ .Name }}' | xargs -i sh -c "echo {}; docker secret -H \"$DOCKER_HOST\" rm {} || true" | ||||
|   docker -H "$DOCKER_HOST" secret ls --format '{{ .Name }}' | xargs -i sh -c "echo {}; docker -H \"$DOCKER_HOST\" secret rm {} || true" | ||||
|   echo "--- end cleanup ---" | ||||
| } | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user