You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a job should fail if it lets the repo in a dirty state after it has done its work. That would be done adding an additional step at the end of the job, or before the deployment step if it has one. Maybe something like:
git diff --quiet || exit 1
This is important to ensure that when developers run the tests, build the site or the packages, they don't end up with undesired files.
The text was updated successfully, but these errors were encountered:
I think a job should fail if it lets the repo in a dirty state after it has done its work. That would be done adding an additional step at the end of the job, or before the deployment step if it has one. Maybe something like:
This is important to ensure that when developers run the tests, build the site or the packages, they don't end up with undesired files.
The text was updated successfully, but these errors were encountered: