Skip to content

Commit

Permalink
Using a sleeper to let the stoppage happen
Browse files Browse the repository at this point in the history
  • Loading branch information
kek20009 committed Oct 31, 2024
1 parent 58136f2 commit cc8ad7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ms5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
if [ "$(docker ps -q -f name=api-container)" ]; then
echo "Stopping existing API container..."
docker stop api-container
sleep 10
fi
if [ "$(docker ps -aq -f status=exited -f name=api-container)" ]; then
echo "Removing existing API container..."
Expand Down

0 comments on commit cc8ad7c

Please sign in to comment.