Skip to content

Commit

Permalink
add block scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 13, 2023
1 parent 75a07ae commit bdfac19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:

# - run: docker start adb

- run: docker run -d --rm \
- run: |
docker run -d --rm \
--name arango \
-p 8528:8528 \
-p 8529:8529 \
-v "$(pwd)/tests/static/":/tests/static \
-v /tmp:/tmp \
"arangodb/arangodb:latest" \
/bin/sh -c "arangodb --configuration=/tests/static/single.conf"
/bin/sh -c "arangodb --configuration=$(pwd)/tests/static/single.conf"
- run: docker ps -a

Expand Down

0 comments on commit bdfac19

Please sign in to comment.