mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
Use `GIT_STRATEGY: none` in `stop_review_app` to make job work after successful merges and when the branch was deleted. Without this, the application is not stopped when the branch is deleted on merge as the runner pulls the git repository by default, but cannot find the tree in this moment. [skip ci]