[Vm-dev] Linux Travis VM builds not uploading

Alistair Grant akgrant0710 at gmail.com
Tue Mar 13 15:34:19 UTC 2018


Hi Clément,

On 13 March 2018 at 16:15, Clément Bera <bera.clement at gmail.com> wrote:
>
> Hi all,
>
> it seems the linux vm builds do not upload the build artifact to the websites due to this error:
> ./filter-exec.sh: 15: ./filter-exec.sh: [[: not found
> ./filter-exec.sh: 15: ./filter-exec.sh: [[: not found
>
> Based on google, it seems it does execute the file with bash.
>
> I added #!/bin/bash at the beginning of the file like the other bash files but it does not solve the problem.
>
> Any idea on how to fix this ?
>
> First time I get the win build working before the linux build :-)

It looks like

https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/deploy/pharo/filter-exec.sh

doesn't have the #!/bin/bash.

HTH,
Alistair


More information about the Vm-dev mailing list