cnoe-io / idpbuilder

Spin up a complete internal developer platform with only Docker required as a dependency.
https://cloud-native.slack.com/archives/C05TN9WFN5S
Apache License 2.0
194 stars 59 forks source link

[Bug]: PR build needs to fail if git is in dirty state #372

Closed nabuskey closed 1 month ago

nabuskey commented 2 months ago

What is your environment, configuration, and command?

Currently the PR builds passes as long as it compiles even if git is in dirty state. We should change that and make it fail.

Something like:

  1. make build
  2. git diff-files

What did you do and What did you see instead?

n/a

Additional Information. Logs.

No response