Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 6, 2023
1 parent e7298fe commit 48f2f79
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 @@ -18,7 +18,7 @@ jobs:
name: driver
- image: arangodb/<< parameters.arangodb-version >>
name: db
command: ["/bin/sh", "-c", "mkdir -p /tests/static wget -O /tests/static/keyfile https://raw.githubusercontent.com/ArangoDB-Community/python-arango/main/tests/static/keyfile && wget -O /tests/static/arangodb.conf https://raw.githubusercontent.com/ArangoDB-Community/python-arango/main/tests/static/<< parameters.arangodb-config >> && arangodb --configuration=arangodb.conf"]
command: ["/bin/sh", "-c", "mkdir -p /tests/static && wget -O /tests/static/keyfile https://raw.githubusercontent.com/ArangoDB-Community/python-arango/main/tests/static/keyfile && wget -O /tests/static/arangodb.conf https://raw.githubusercontent.com/ArangoDB-Community/python-arango/main/tests/static/<< parameters.arangodb-config >> && arangodb --configuration=arangodb.conf"]
steps:
- checkout
- run:
Expand Down

0 comments on commit 48f2f79

Please sign in to comment.