Skip to content

Commit

Permalink
Check existence of keyfile in docker test for GS64
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Nov 3, 2023
1 parent 3f140d3 commit dfceb21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .docker/gs64/docker-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ fi
docker network create --attachable launchpad-net

print_info "Starting stone"
if [[ ! -f "$PWD"/.docker/gs64/gemstone.key ]]; then
print_error "Missing $PWD/.docker/gs64/gemstone.key"
exit 1
fi

docker run --rm --detach --name gs64-stone \
-e TZ="America/Argentina/Buenos_Aires" \
--cap-add=SYS_RESOURCE \
Expand Down

0 comments on commit dfceb21

Please sign in to comment.