Skip to content

Commit

Permalink
fix: docker_layer_caching
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 13, 2023
1 parent 69e1729 commit e1bcff1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,13 @@ jobs:
- checkout

- setup_remote_docker:
docker_layer_caching: true
docker_layer_caching: true

- run: docker create --name adb -p 8529:8529 -e ARANGO_ROOT_PASSWORD= arangodb/arangodb

- run: docker start adb

- run: docker ps -a




# lint:
# docker:
Expand Down

0 comments on commit e1bcff1

Please sign in to comment.