diff --git a/.drone.yml b/.drone.yml index 182432e5..bc0d0d60 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,6 @@ script: - sudo apt-get -y install git zip libsqlite3-dev sqlite3 rpm 1> /dev/null 2> /dev/null - gem install fpm - rbenv rehash - - make docker - make deps - make test - make test_postgres diff --git a/Makefile b/Makefile index fe35faef..16bc2a18 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,6 @@ deps: go get github.com/GeertJohan/go.rice/rice go get -t -v ./... -docker: - mkdir -p $$GOPATH/src/github.com/docker/docker - git clone --depth=1 --branch=v1.5.0 git://github.com/docker/docker.git $$GOPATH/src/github.com/docker/docker - test: @test -z "$(shell find . -name '*.go' | xargs gofmt -l)" || (echo "Need to run 'go fmt ./...'"; exit 1) go vet ./...