spec
baseline: 'WillowBootstrap'
with: [ spec
repository: 'github://ba-st/Willow-Bootstrap:v8/source';
loads: #('Deployment') ];
import: 'WillowBootstrap'.
The trouble being that the use of GitHub:// causes it to barf as it then wants ssh keys and crashes when trying to flip to https automatically. I figured I could just specify '
https://github.com/ba-st/Willow-Boostrap/tree/v8/source��� but this doesn���t work either - as then I get a retry error:
Its very weird - and much harder than I was expecting it all to be (hence the renewed interest in Smalltalk CI). Saying this - what I���m trying to do should be dead easy.
Tim