Closed chipleinen closed 6 years ago
When running the build command in Ubuntu, /bin/sh points to the dash shell which doesn't have "-o pipefail". Can you change the first line in build to "#!/bin/bash" like it is set in push?
Will add.
When running the build command in Ubuntu, /bin/sh points to the dash shell which doesn't have "-o pipefail". Can you change the first line in build to "#!/bin/bash" like it is set in push?