Skip to content

Commit

Permalink
ci: use non-reserved command name
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jun 1, 2019
1 parent 62625b2 commit 4360d56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -42,7 +42,7 @@ commands:
key: v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "yarn.lock" }}
paths:
- node_modules
run:
run-node:
steps:
- checkout
- restore_cache:
Expand All @@ -60,17 +60,17 @@ jobs:
docker:
- image: node:8
steps:
- run
- run-node
v10:
docker:
- image: node:10
steps:
- run
- run-node
v12:
docker:
- image: node:12
steps:
- run
- run-node

workflows:
node:
Expand Down

0 comments on commit 4360d56

Please sign in to comment.