Hey Jeff, This is hitting me hard, too. I hope this is the right moment for me to pipe up and say this: I always just do the minimum with these CI integrations to get my shell script to run. I am grateful for the free minutes they offer open source projects - but any of the deeper integrations, the advanced automation? No, thanks. It's not like the other developers who use what I write have any more motivation than I…
Absolutely. Moving CI systems always shows up where your build logic has leaked into the CI system, rather than staying in your repo.
If you can't identically build your code from the command line and from the CI system, you're going to have problems.