Skip to content

Commit

Permalink
ci(circle): add context env var config to config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
exactlyaron committed Apr 1, 2020
1 parent 28ff463 commit 7b96895
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
test:
Expand Down Expand Up @@ -37,14 +33,14 @@ jobs:
- run:
name: release
command: npx semantic-release


workflows:
version: 2
test_and_release:
jobs:
- test
- test:
context: tymly_global
- release:
context: tymly_global
requires:
- test
filters:
Expand Down

0 comments on commit 7b96895

Please sign in to comment.