Skip to content

Commit

Permalink
Merge pull request #118 from artsy/renovate/docker-yarn-4.x
Browse files Browse the repository at this point in the history
Update yarn orb to v4
  • Loading branch information
zephraph committed Feb 19, 2020
2 parents 2a8cd8f + 10349fc commit 719519b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .circleci/config.yml
@@ -1,7 +1,8 @@
version: 2.1

orbs:
yarn: artsy/yarn@3.0.0
yarn: artsy/yarn@4.0.0
auto: artsy/auto@1.0.1

workflows:
build_and_verify:
Expand All @@ -19,10 +20,17 @@ workflows:
- yarn/test:
requires:
- yarn/workflow-queue
- yarn/auto-release:
# The deploy job is the _only_ job that should have access to our npm
# tokens. We include a context that has our publish credentials
# explicitly in this step. https://circleci.com/docs/2.0/contexts/
- auto/publish-canary:
context: npm-deploy
filters:
branches:
ignore: master
requires:
- yarn/test
- yarn/lint
- yarn/type-check
- yarn/update-cache
- auto/publish:
context: npm-deploy
filters:
branches:
Expand Down

0 comments on commit 719519b

Please sign in to comment.