From 7be266220ae971e316b82ebe4d524f4f3e34e0f7 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 3 Dec 2020 11:06:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20FLASK=5FAPP=204?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0af86eb..73840a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,7 +29,7 @@ jobs: # A basic unit of work in a run key: deps9-{{ .Branch }}-{{ checksum "Pipfile.lock" }} - run: command: | - export FLASK_APP= ./autoapp.py + export FLASK_APP = autoapp.py sudo pip install pipenv pipenv install - save_cache: # cache Python dependencies using checksum of Pipfile as the cache-key