Skip to content

Commit

Permalink
ci(circle): update build environment variable context name [ch2771]
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Oct 26, 2020
1 parent a82262e commit 9959963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ workflows:
- unit test:
context:
- docker-hub-creds
- tymly_global
- build-env-vars
- lint:
context:
- docker-hub-creds
- release:
context:
- docker-hub-creds
- tymly_global
- build-env-vars
requires:
- unit test
- lint
Expand Down

0 comments on commit 9959963

Please sign in to comment.