Skip to content

Commit 50a69c3

Browse files
committed
Fix ./test script to stop container faster and more reliably
1 parent 66e6772 commit 50a69c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
set -euox pipefail
33

4-
./make
4+
docker rm -f -t=1 storeys || true
55

6-
docker stop --time 7 storeys || true
6+
./make
77

88
docker run --name storeys --detach --rm \
99
-e OPS=73551f35-7acb-45c0-bc65-8083c53eec69,fb79c1a9-72bd-34dc-9775-c2ac868d7ccf \

0 commit comments

Comments
 (0)