mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
fixed.
This commit is contained in:
parent
0c02ac0f91
commit
3e6d90c0dc
1 changed files with 0 additions and 1 deletions
1
.github/workflows/docker.yml
vendored
1
.github/workflows/docker.yml
vendored
|
@ -60,7 +60,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker run --rm -d -p 9001:9001 --name test ${{ env.TEST_TAG }}
|
docker run --rm -d -p 9001:9001 --name test ${{ env.TEST_TAG }}
|
||||||
docker logs -f test &
|
docker logs -f test &
|
||||||
./src/bin/installDeps.sh
|
|
||||||
while true; do
|
while true; do
|
||||||
echo "Waiting for Docker container to start..."
|
echo "Waiting for Docker container to start..."
|
||||||
status=$(docker container inspect -f '{{.State.Health.Status}}' test) || exit 1
|
status=$(docker container inspect -f '{{.State.Health.Status}}' test) || exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue