mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 17:58:41 +00:00
Add new dependencies to remaining CircleCI jobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user