From 99b239e3b97db1c0b3bcba35ea43d6d3abef997b Mon Sep 17 00:00:00 2001 From: tchawou-daniel Date: Fri, 15 Jan 2021 15:38:31 +0100 Subject: [PATCH] add env --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b95024f..b42ec8d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,11 +4,11 @@ jobs: docker: - image: circleci/python:3.7.4 steps: - - checkout environment: CONDUIT_SECRET: 'something-really-secret' FLASK_APP: autoapp.py FLASK_DEBUG: 1 + - checkout - run: echo "$CONDUIT_SECRET $FLASK_APP $FLASK_DEBUG" - run: name: install pyth dependencies