Closed rbayerl closed 2 years ago
Any idea what these failed GitRepository
checks are all about? They seem unrelated to my change.
bundle_audit regularly fails but that's not your fault
GitRepository should not fail ... but I can take a look if you can reproduce
It's weird the tests seem flaky...e.g. test sqlite one of my tests pass but it fails on mysql and postgres. All of them have the GitRepository failure.
new to me and passes locally ... so just add a skip
😞
Not sure I'm following. It's been a while since I did anything with rspec 😅
skip "Somehow broken on CI" if ENV["CI"]
let me fix them all in https://github.com/zendesk/samson/pull/4033#pullrequestreview-1171043289 and then you can have a clean PR :)
rebase 🤞
pushed a fix
Modify init container when
SECRET_PULLER_TYPE
is set tosecret-sidecar
.Risks