Browse Source

Updated config.yml

adding_ci
Anatole De Chauveron 5 years ago
parent
commit
6873592359
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -22,7 +22,8 @@ jobs:
command: yarn install
- save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths: [vendor/bundle]
paths:
- node_modules
lint:
docker:
@ -31,6 +32,7 @@ jobs:
username: adechauveron
password: $DOCKER_PASSWORD
steps:
- checkout
- restore_cache:
keys:
- npm-v1-dependencies-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save