github.com/ssube/gitlab-ci-multi-runner@v1.2.1-0.20160607142738-b8d1285632e6/dockerfiles/cache/entrypoint (about)

     1  #!/bin/sh
     2  
     3  set -x
     4  for path in $@; do
     5  	chmod 777 "$path"
     6  done