Browse Source

💚 cache change

main
Julien Dudek 6 years ago
parent
commit
6f25deff1d
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -30,7 +30,7 @@ jobs:
- run: sudo chown -R circleci:circleci /usr/local/lib/python3.8/site-packages - run: sudo chown -R circleci:circleci /usr/local/lib/python3.8/site-packages
- restore_cache: - restore_cache:
# Read about caching dependencies: https://circleci.com/docs/2.0/caching/ # Read about caching dependencies: https://circleci.com/docs/2.0/caching/
key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
key: deps-{{ .Branch }}-{{ checksum "Pipfile.lock" }}
- run: - run:
command: | command: |
export FLASK_APP=autoapp.py export FLASK_APP=autoapp.py

Loading…
Cancel
Save