Automattic / a8c-ci-toolkit-buildkite-plugin

A caching plugin that can be invoked from your build script.
21 stars 5 forks source link

Add `git diff` to `Podfile.lock` diverged annotation #59

Closed mokagio closed 1 year ago

mokagio commented 1 year ago

I was baffled today by a test build failing because the Podfile.lock changed in CI even though running bundle exec pod install locally didn't make it change for me.

I found it useful to print the diff that triggered the failure, which revealed the code I wrote was printing absolute paths in the Podfile.lock.

In action:

image

image