added quotes to fix GHA

Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
Richard Jones 2021-09-28 09:52:49 -06:00
parent d496b77c71
commit d63ac607a4
No known key found for this signature in database
GPG Key ID: CFB3A382EB166F4C

View File

@ -85,7 +85,7 @@ setup() {
until docker inspect --format "{{json .State.Status }}" $CONTAINER | grep -m 1 "running"; do sleep 1 ; done
run curl -f -LI http://localhost:8080
assert_output --partial '200 OK'
docker stop $CONTAINER && docker rm $CONTAINER
docker stop "$CONTAINER" && docker rm "$CONTAINER"
}
@test "docker build" {