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
@jlewi Mind if I take this? I found this was being tagged as dirty as a result of glide install. Making an adjustment to how we check modified files like this: git ls-files *[^vendor/*] --modified or git ls-files --modified | grep -v ^vendor should make it stop tagging as dirty. Does that seem like a valid solution?
Also I haven't tried with airflow or anything but the earliest release I see tagged as dirty gs://tf-on-k8s-dogfood-releases/v20171218-c8bcb9d-dirty-e3b0c44/ matches the pr that added vendor #222
The releaser is tagging our images as dirty; e.g.
Probably because we modify some files in the git source tree as part of a build.
We should fix this.
The text was updated successfully, but these errors were encountered: