From 5507a789fd3e89dd16c45c751a0c384848c60a4a Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Mon, 2 Feb 2015 15:19:20 -0800 Subject: [PATCH] Remove drone. Docker-DCO-1.1-Signed-off-by: Jessie Frazelle (github: jfrazelle) Upstream-commit: 4904f1f31fec2929c26b769fcfe20fbbcbd7136f Component: engine --- components/engine/.drone.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 components/engine/.drone.yml diff --git a/components/engine/.drone.yml b/components/engine/.drone.yml deleted file mode 100755 index 0b8625d2aa..0000000000 --- a/components/engine/.drone.yml +++ /dev/null @@ -1,14 +0,0 @@ -image: dockercore/docker -env: - - AUTO_GOPATH=1 - - DOCKER_GRAPHDRIVER=vfs - - DOCKER_EXECDRIVER=native -script: -# Setup the DockerInDocker environment. - - hack/dind -# Tests relying on StartWithBusybox make Drone time out. - - rm integration-cli/docker_cli_daemon_test.go - - rm integration-cli/docker_cli_exec_test.go -# Validate and test. - - hack/make.sh validate-dco validate-gofmt validate-toml - - hack/make.sh binary cross test-unit test-integration-cli test-integration test-docker-py