Add checkout for deploy step

This commit is contained in:
Enrico Stahn 2018-02-18 22:50:08 +11:00
parent be3a7580b6
commit bb6965fb65
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

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