Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
9a82146c73
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -17,8 +17,6 @@ jobs:
steps: steps:
- checkout # check out the code in the project directory - checkout # check out the code in the project directory
- run: yarn install - run: yarn install
- run: sudo apt-get update
- run: sudo apt-get install postgresql-client-9.6
- save_cache: - save_cache:
key: npm-v1-dependencies-{{ checksum "yarn.lock" }} key: npm-v1-dependencies-{{ checksum "yarn.lock" }}
paths: paths:

Loading…
Cancel
Save