From d7bb7a24faec522024d1454f3e72d61e210f41e7 Mon Sep 17 00:00:00 2001 From: verzelea Date: Tue, 12 Jan 2021 15:41:28 +0100 Subject: [PATCH] :construction_worker: try reduce config without error --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d63da5..3cc3ff4 100644 --- a/.circleci/config.yml +++ b/.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 \ No newline at end of file