Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 13, 2023
1 parent b43f62e commit 41243fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 >>
Expand Down

0 comments on commit 41243fe

Please sign in to comment.