Re: Running Jekyll build on websites

2019-09-04 Thread Zoran Regvart
Hi Bertrand On Tue, Aug 27, 2019 at 9:39 AM Bertrand Delacretaz wrote: > > Hi, > > On Wed, Aug 7, 2019 at 1:33 PM Zoran Regvart wrote: > > > > ...for the Camel website we opted using docker containers with the > > required tools instead of relying on the tools provided on the build > > nodes

Re: Running Jekyll build on websites

2019-08-27 Thread Bertrand Delacretaz
Hi, On Wed, Aug 7, 2019 at 1:33 PM Zoran Regvart wrote: > > ...for the Camel website we opted using docker containers with the > required tools instead of relying on the tools provided on the build > nodes Did you get this to run on an ASF build service, or do people have to run the build lo

Re: Running Jekyll build on websites

2019-08-07 Thread Antoine Toulme
That sounds good. > On Aug 7, 2019, at 1:32 PM, Zoran Regvart wrote: > > Hi Antoine, > for the Camel website we opted using docker containers with the > required tools instead of relying on the tools provided on the build > nodes. Perhaps you can take the same approach? > > Checkout the details

Re: Running Jekyll build on websites

2019-08-07 Thread Zoran Regvart
Hi Antoine, for the Camel website we opted using docker containers with the required tools instead of relying on the tools provided on the build nodes. Perhaps you can take the same approach? Checkout the details here: https://github.com/apache/camel-website/blob/28850914919f96d16d13cfee7502ba60d1

Running Jekyll build on websites

2019-08-06 Thread Antoine Toulme
Hello everyone, I’m trying to run a build to update the Tuweni website. It looks like bundler is no longer installed. There’s also been some issues with the version of ruby I’m using. Long story short, I had to get rvm installed to get things going. You can see my struggle here: https://build