Browse Source

✏️ fix typo in CI

main
Straw-Etiam 6 years ago
parent
commit
5c5c53d983
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -43,9 +43,9 @@ jobs:
- v3-dependencies-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }}
- v3-dependencies-
# - run:
# name: wait for postgres
# command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: wait for postgres
command: dockerize -wait tcp://localhost:5432 -timeout 1m
- run:
name: flask upgrade

Loading…
Cancel
Save