Browse Source

✏️ fix typo in CI

main
Straw-Etiam 6 years ago
parent
commit
5d00dc9f91
  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-{{ checksum "requirements/dev.txt" }}-{{ checksum "requirements/prod.txt" }}
- v3-dependencies- - 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: - run:
name: flask upgrade name: flask upgrade

Loading…
Cancel
Save