Paweł Brzeziński

Results 1 comments of Paweł Brzeziński

I think you could just pass the `branch` via env. `shipitfile.js` ``` { ... branch: process.env.BRANCH, // options needed to be able to checkout any commit shallowClone: false, workspace: tmpDir.name,...