Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
cbce3a4d3f
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -3,7 +3,7 @@ workflows:
jobs: jobs:
- build - build
- test - test
version: 2.1 version: 2.1
jobs: jobs:
build: build:
@ -27,7 +27,6 @@ jobs:
password: $DOCKERHUB_PASSWORD # context / project UI env-var reference password: $DOCKERHUB_PASSWORD # context / project UI env-var reference
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run:
- restore_cache: - restore_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
Loading…
Cancel
Save