diff --git a/templates/circle.yml.ejs b/templates/circle.yml.ejs index c5c1182..0b57bf2 100644 --- a/templates/circle.yml.ejs +++ b/templates/circle.yml.ejs @@ -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 @@ -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 @@ -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 <%_ } _%>