Add checkout for deploy step
This commit is contained in:
parent
be3a7580b6
commit
bb6965fb65
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ jobs:
|
||||||
- image: circleci/golang:1.9
|
- image: circleci/golang:1.9
|
||||||
working_directory: /go/src/github.com/hipages/php-fpm_exporter
|
working_directory: /go/src/github.com/hipages/php-fpm_exporter
|
||||||
steps:
|
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: 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: dep ensure -vendor-only
|
||||||
- run: curl -sL https://git.io/goreleaser | bash
|
- run: curl -sL https://git.io/goreleaser | bash
|
||||||
|
|
Loading…
Reference in a new issue