소스 검색

Merge pull request #10519 from jfrazelle/burn-in-a-fire-drone

Remove drone.
unclejack 10 년 전
부모
커밋
b71108da87
1개의 변경된 파일0개의 추가작업 그리고 14개의 파일을 삭제
  1. 0 14
      .drone.yml

+ 0 - 14
.drone.yml

@@ -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