From 41243fe19f4921c9e6962da5bfa90987d78c271f Mon Sep 17 00:00:00 2001 From: Alex Petenchea Date: Fri, 13 Oct 2023 20:35:35 +0300 Subject: [PATCH] wip --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index be355fc5..4e2833ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ jobs: default: "single.conf" docker: - image: python:<< parameters.python-version >> - command: ["/bin/sh", "-c", "cd ~/project && python -m http.server"] + command: ["/bin/sh", "-c", "python -m http.server"] - image: arangodb/<< parameters.arangodb-version >> environment: ARANGODB_CONF: << parameters.arangodb-config >>