Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 13, 2023
1 parent cc0bfdd commit 6890d04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
docker:
- image: python:<< parameters.python-version >>
name: driver
command:
- "python -m http.server"
command: ["/bin/sh", "-c", "python -m http.server"]
- image: arangodb/<< parameters.arangodb-version >>
name: db
environment:
Expand Down

0 comments on commit 6890d04

Please sign in to comment.