Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent git stash errors when no changes are present
- Added a check before running 'git stash' to avoid errors when no changes exist. * Ensures smooth build process without unnecessary failures. * Improves the stability of Docker builds by handling edge cases correctly. Signed-off-by: CodeOpusa <[email protected]>
- Loading branch information