How should I debug a Codeship build that runs successfully with jet steps
locally? I make sure to run it on a fresh checkout, so it starts in the same state as Codeship. My process is:
- Make fresh clone of repo
- Call
jet steps --push --tag master --no-cache
(steps will only push for master)
Running in Codeship, the same master
continues to fail
Build Error: No source files were specified
2017-08-07T13:25:59.136Z my-image build/pull had an error
The docs say to use jet steps
for debugging, but what should one do when this isn't helpful?