spring-petclinic/spring-petclinic-microservices

Build Job fail

E-Ismail opened this issue · 1 comments

If any one of you faced this problem while building the project through gitlab-ci.
image

This command helped solving it.
git add --chmod=+x -- mvnw
git commit -m "Executable!!!"

Source:
https://stackoverflow.com/questions/21691202/how-to-create-file-execute-mode-permissions-in-git-on-windows