gitlab.com/jfprevost/gitlab-runner-notlscheck@v11.11.4+incompatible/dockerfiles/build/scripts/gitlab-runner-cache (about) 1 #!/bin/sh 2 3 set -x 4 for path in $@; do 5 chmod 777 "$path" 6 done