diff --git a/.circleci/config.yml b/.circleci/config.yml index 60acf02..f3af8d4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,7 @@ jobs: - image: circleci/golang:1.9 working_directory: /go/src/github.com/hipages/php-fpm_exporter steps: + - checkout - run: curl -L -s https://github.com/golang/dep/releases/download/v0.4.1/dep-linux-amd64 -o /go/bin/dep && chmod +x /go/bin/dep - run: dep ensure -vendor-only - run: curl -sL https://git.io/goreleaser | bash