github.com/alloyci/alloy-runner@v1.0.1-0.20180222164613-925503ccafd6/dockerfiles/build/gitlab-runner-cache (about)

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