Looks like you need to check in the file build.sh
with execution permissions. Please try the following from your own machine:
git update-index --add --chmod=+x build.sh
git commit -m 'Make build.sh executable'
git push
Looks like you need to check in the file build.sh
with execution permissions. Please try the following from your own machine:
git update-index --add --chmod=+x build.sh
git commit -m 'Make build.sh executable'
git push