Skip to content

Commit

Permalink
fix: rename greenkeeper -> yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 27, 2018
1 parent 11b4b58 commit 78afe96
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/circle.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ .Branch }}-{{checksum "yarn.lock"}}
- v0-yarn-{{checksum ".circleci/config.yml"}}-{{ .Branch }}-
- v0-yarn-{{checksum ".circleci/config.yml"}}-master-
- run: ./.circleci/setup_git
- run: ./.circleci/greenkeeper
- run: .circleci/setup_git
- run: .circleci/yarn
- run: yarn exec nps ci.test
- run: curl -s https://codecov.io/bash | bash
- store_test_results: &store_test_results
Expand All @@ -31,8 +31,8 @@ jobs:
steps:
- checkout
- restore_cache: *restore_cache
- run: ./.circleci/setup_git
- run: ./.circleci/greenkeeper
- run: .circleci/setup_git
- run: .circleci/yarn
- run: yarn exec nps ci.test
- run: curl -s https://codecov.io/bash | bash
- store_test_results: *store_test_results
Expand All @@ -43,8 +43,8 @@ jobs:
- add_ssh_keys
- checkout
- restore_cache: *restore_cache
- run: ./.circleci/setup_git
- run: yarn --frozen-lockfile
- run: .circleci/setup_git
- run: .circleci/yarn
- run: yarn exec nps ci.release
<%_ } _%>

Expand Down

0 comments on commit 78afe96

Please sign in to comment.