Hmmm - will have to try that again - I seemed to get an error - maybe this is just a Pharo 7 thing?

It had previously been simpler and more reliable to just run a simple gitlab ci pipeline - but yeah maybe I should reconsider that...

On 14 May 2018, at 16:59, Peter Uhn��k <i.uhnak@gmail.com> wrote:

Metacello new
    baseline: 'WillowPagerDuty';
    repository: 'tonel://../src';
    load.


This should work.

You can also use SmalltalkCI instead of doing everything by hand.

Peter