Glow-Lang / glow

The Glow language for Blockchain Decentralized Applications.
https://glow-lang.org
Apache License 2.0
58 stars 8 forks source link

Take a stab at fixing CI #423

Closed zenhack closed 2 years ago

zenhack commented 2 years ago

The docker image does not actually contain bash, which is the source of the error we're seeing checkout. So an obvious thing to try is to use the shell that is there, which is what this patch does. crosses fingers

zenhack commented 2 years ago

Drat, that didn't work. Closing.

(I looked, and it looked like bash is there, just not at /bin/bash as I was expecting).

easye commented 2 years ago

The canonical way to get around this is get env to invoke bash:

#!/usr/bin/env bash