Skip to content

Commit

Permalink
add auth for dredd
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-p-nikolov committed Oct 21, 2020
1 parent 3097c3c commit fc314d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Expand Up @@ -8,6 +8,9 @@ jobs:
working_directory: /go/src/github.com/Financial-Times/content-rw-elasticsearch
docker:
- image: golang:1
auth:
username: $DOCKERHUB_USERNAME
password: $DOCKERHUB_ACCESS_TOKEN
environment:
GOPATH: /go
ELASTICSEARCH_SAPI_ENDPOINT: http://localhost:9000
Expand Down Expand Up @@ -47,7 +50,8 @@ workflows:
name: build-and-test-project
executor-name: ft-golang-ci/default-with-elasticsearch
context: dockerhub-shared
- dredd
- dredd:
context: dockerhub-shared
- ft-golang-ci/docker-build:
name: build-docker-image
requires:
Expand Down

0 comments on commit fc314d6

Please sign in to comment.