added quotes to fix GHA
Signed-off-by: Richard Jones <richard@dagger.io>
This commit is contained in:
parent
d496b77c71
commit
d63ac607a4
@ -85,7 +85,7 @@ setup() {
|
|||||||
until docker inspect --format "{{json .State.Status }}" $CONTAINER | grep -m 1 "running"; do sleep 1 ; done
|
until docker inspect --format "{{json .State.Status }}" $CONTAINER | grep -m 1 "running"; do sleep 1 ; done
|
||||||
run curl -f -LI http://localhost:8080
|
run curl -f -LI http://localhost:8080
|
||||||
assert_output --partial '200 OK'
|
assert_output --partial '200 OK'
|
||||||
docker stop $CONTAINER && docker rm $CONTAINER
|
docker stop "$CONTAINER" && docker rm "$CONTAINER"
|
||||||
}
|
}
|
||||||
|
|
||||||
@test "docker build" {
|
@test "docker build" {
|
||||||
|
Reference in New Issue
Block a user