Skip to content

Commit

Permalink
fix: fixed greenkeeper script
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent d904f25 commit b8be73b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- checkout
- attach_workspace: {at: node_modules}
- run: .circleci/setup_git
- run: yarn --frozen-lockfile
- run: yarn exec nps test.multi
- store_test_results: &store_test_results
path: ~/cli/reports
Expand All @@ -21,7 +20,6 @@ jobs:
- checkout
- attach_workspace: {at: node_modules}
- run: .circleci/setup_git
- run: yarn --frozen-lockfile
- run: yarn exec nps test.base
- store_test_results: *store_test_results
node-latest-plugin:
Expand All @@ -30,7 +28,6 @@ jobs:
- checkout
- attach_workspace: {at: node_modules}
- run: .circleci/setup_git
- run: yarn --frozen-lockfile
- run: yarn exec nps test.plugin
- store_test_results: *store_test_results
node-latest-single:
Expand All @@ -39,7 +36,6 @@ jobs:
- checkout
- attach_workspace: {at: node_modules}
- run: .circleci/setup_git
- run: yarn --frozen-lockfile
- run: yarn exec nps test.single
- store_test_results: *store_test_results
node-latest-command:
Expand All @@ -50,7 +46,6 @@ jobs:
- checkout
- attach_workspace: {at: node_modules}
- run: .circleci/setup_git
- run: yarn --frozen-lockfile
- run: yarn exec nps test.command
- store_test_results: *store_test_results
node-8-base: &node_8
Expand Down

0 comments on commit b8be73b

Please sign in to comment.