Browse Source

✏️ error typo

pull/1/head
verzelea 6 years ago
parent
commit
9a90ccd305
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -35,9 +35,9 @@ jobs:
- checkout - checkout
- restore_cache: - restore_cache:
key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }} key: deps-{{ checksum "requirements/dev.txt"}}-{{ .Environment.CACHE_VERSION }}
- run:
name: postgres
command : dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: postgres
command : dockerize -wait tcp://localhost:5432 -timeout 1m
- run: - run:
name : test name : test
command: | command: |

Loading…
Cancel
Save