diff --git a/.gitea/workflows/sgeupdated.yml b/.gitea/workflows/sgeupdated.yml index c8c3f78..6f61b59 100644 --- a/.gitea/workflows/sgeupdated.yml +++ b/.gitea/workflows/sgeupdated.yml @@ -56,7 +56,7 @@ jobs: npm run build cd .. - # Stop & remove old frontend container (ignore errors if not exists) + # Stop & remove old frontend container (ignore errors if no exists) docker stop sgeupdated-frontend-1 || true docker rm sgeupdated-frontend-1 || true