Drop now-spurious env var setting in call to behave at Circle CI config

This commit is contained in:
pancho horrillo
2019-10-30 17:43:14 +01:00
parent c3180e3e7d
commit e413ce4805
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- attach_workspace: - attach_workspace:
at: /tmp/workspace at: /tmp/workspace
- run: install /tmp/workspace/build/kapow /usr/bin - run: install /tmp/workspace/build/kapow /usr/bin
- run: KAPOW_DATAAPI_URL=http://localhost:8082 behave --tags=~@skip - run: behave --tags=~@skip
workflows: workflows:
version: 2 version: 2
build_and_test: build_and_test: