Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Dec 15, 2023
1 parent 5a0b10e commit 50d88bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ else
fi

echo "$(pwd)/tests/static/"
ls

docker run -d \
--name arango \
Expand All @@ -51,7 +52,7 @@ docker run -d \
"arangodb/$image_name:$version" \
/bin/sh -c "arangodb --configuration=/tests/static/$conf_file.conf"

wget --quiet --waitretry=1 --tries=120 -O - http://localhost:8528/version | jq
wget --quiet --waitretry=1 --tries=3 -O - http://localhost:8528/version | jq
if [ $? -eq 0 ]; then
echo "OK starter ready"
exit 0
Expand Down

0 comments on commit 50d88bb

Please sign in to comment.