xxxxxxxxxx
# To set the flag, use following command:
git update-index --chmod=+x path/to/file
# example
git update-index --chmod=+x ./.gitlab/ci/scripts/*.sh
# doc : https://git-scm.com/docs/git-update-index#Documentation/git-update-index.txt---chmod-x