From e413ce4805d384cb47bd8b6cad7126d53b557d4b Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 30 Oct 2019 17:43:14 +0100 Subject: [PATCH] Drop now-spurious env var setting in call to behave at Circle CI config --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e5cc693..ad3f2d7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,7 @@ jobs: - attach_workspace: at: /tmp/workspace - run: install /tmp/workspace/build/kapow /usr/bin - - run: KAPOW_DATAAPI_URL=http://localhost:8082 behave --tags=~@skip + - run: behave --tags=~@skip workflows: version: 2 build_and_test: