Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
karimodm committed Nov 1, 2023
1 parent 84f65ad commit 018eda1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker-network-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
# Wait for node-4 to be created before querying it
timeout 10m bash -c 'until docker ps | grep docker-network-node-4; do sleep 5; done' &
WAIT_FOR_CONTAINER_PID=$!
# Wait for any of the two processes to exit
wait -n || exit 1
Expand Down

0 comments on commit 018eda1

Please sign in to comment.