github.com/stevenmatthewt/agent@v3.5.4+incompatible/packaging/linux/root/usr/share/buildkite-agent/hooks/checkout.sample (about) 1 #!/bin/bash 2 3 # The `checkout` hook script will replace the default checkout routine of the 4 # bootstrap.sh script. You can use this hook to do your own SCM checkout 5 # behaviour 6 7 set -e