Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 6, 2023
1 parent 050e062 commit c0543eb
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 @@ -17,7 +17,7 @@ jobs:
name: driver
- image: arangodb/<< parameters.arangodb-version >>
name: db
command: ["/bin/sh", "-c", "mkdir -p tests/static && wget https://raw.githubusercontent.com/ArangoDB-Community/python-arango/main/tests/static/keyfile && wget -O 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 && cd /tests/static && wget https://raw.githubusercontent.com/ArangoDB-Community/python-arango/main/tests/static/keyfile && wget -O 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 c0543eb

Please sign in to comment.