github.com/alloyci/alloy-runner@v1.0.1-0.20180222164613-925503ccafd6/ci/touch_make_dependencies (about)

     1  for file in $(find out/* .gopath/* .gopath/.ok -type f); do
     2      touch $file
     3  done
     4  
     5  test -f out/docker/prebuilt-x86_64.tar.xz
     6  test -f out/docker/prebuilt-arm.tar.xz
     7  
     8  test -f executors/docker/bindata.go && touch executors/docker/bindata.go