Add new dependencies to remaining CircleCI jobs

This commit is contained in:
David McPike
2019-07-28 13:37:21 -05:00
parent 83d0b04532
commit 3879daa896

View File

@@ -26,6 +26,9 @@ jobs:
# condition.
TERRAFORM_VERSION: 0.12.3
steps:
- run: go get github.com/mcdafydd/go-azuredevops/azuredevops
- run: go get github.com/microcosm-cc/bluemonday
- run: go get gopkg.in/russross/blackfriday.v2
- checkout
- run: make build-service
# We don't run e2e tests on fork PRs because they don't have access to the secret env vars.
@@ -60,6 +63,9 @@ jobs:
docker:
- image: circleci/golang:1.12
steps:
- run: go get github.com/mcdafydd/go-azuredevops/azuredevops
- run: go get github.com/microcosm-cc/bluemonday
- run: go get gopkg.in/russross/blackfriday.v2
- checkout
- run: make build-service
- setup_remote_docker
@@ -82,6 +88,9 @@ jobs:
docker:
- image: circleci/golang:1.12
steps:
- run: go get github.com/mcdafydd/go-azuredevops/azuredevops
- run: go get github.com/microcosm-cc/bluemonday
- run: go get gopkg.in/russross/blackfriday.v2
- checkout
- run: make build-service
- setup_remote_docker