Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 10, 2023
1 parent fa3742b commit ce8ab60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
type: string
arangodb_version:
type: string
docker:
- image: cimg/python:<< parameters.python_version >>
machine:
image: ubuntu-2004:202101-01
steps:
- checkout
- setup_remote_docker
# - setup_remote_docker

- run:
name: Set Up ArangoDB
Expand All @@ -74,7 +74,7 @@ jobs:

- run: docker ps -a

# - run: docker logs arango
- run: docker logs arango

- run: curl -v http://localhost:8529/

Expand Down

0 comments on commit ce8ab60

Please sign in to comment.