Browse Source

🎨 remove unecessary env var in the build process

main
Galimede 6 years ago
parent
commit
9b4350d151
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -3,10 +3,6 @@ jobs:
build: build:
docker: docker:
- image: circleci/python:3.7.9-stretch-browsers - image: circleci/python:3.7.9-stretch-browsers
environment:
FLASK_APP: autoapp.py
CONDUIT_SECRET: 'something-really-secret'
FLASK_DEBUG: 1
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:

Loading…
Cancel
Save