Skip to content

Commit

Permalink
ci: add context to website-docker-image job (#8272)
Browse files Browse the repository at this point in the history
* ci: add context to website-docker-image job

* ci: test context value

* ci: revert test context value
  • Loading branch information
calvn committed Feb 3, 2020
1 parent d1730bd commit 620ae8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .circleci/config/workflows/ci.yml
Expand Up @@ -24,4 +24,5 @@ jobs:
- test-go-race:
requires:
- build-go-dev
- website-docker-image
- website-docker-image:
context: vault-docs

0 comments on commit 620ae8b

Please sign in to comment.