Browse Source

👷 try reduce config without error

pull/1/head
verzelea 6 years ago
parent
commit
d7bb7a24fa
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -11,7 +11,7 @@ jobs:
- run:
name: set env vars
command: |
export CONDUIT_SECRET='something-really-secret'
export CONDUIT_SECRET='I<3Cookies'
export FLASK_APP=./autoapp.py
export FLASK_DEBUG=1
- run :
@ -27,7 +27,6 @@ jobs:
- "/usr/local/lib/python3.8/site-packages"
workflows:
version: 2
build-test:
jobs:
- build
Loading…
Cancel
Save