diff options
author | Chris Evich <cevich@redhat.com> | 2021-01-14 14:25:20 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-01-14 14:26:36 -0500 |
commit | ec309504c4aeca3c0ae682f531389c4d9847db1d (patch) | |
tree | 156c19f38d5d0b2a4e431ead2ec54a96e48b6e34 /hack | |
parent | 9f50d486f3a9965df3fe90c1f46fccda96053a82 (diff) | |
download | podman-ec309504c4aeca3c0ae682f531389c4d9847db1d.tar.gz podman-ec309504c4aeca3c0ae682f531389c4d9847db1d.tar.bz2 podman-ec309504c4aeca3c0ae682f531389c4d9847db1d.zip |
[CI:DOCS] Add hook-script example to get_ci_vm.sh
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'hack')
-rwxr-xr-x | hack/get_ci_vm.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hack/get_ci_vm.sh b/hack/get_ci_vm.sh index 0755470a2..d1e38eb35 100755 --- a/hack/get_ci_vm.sh +++ b/hack/get_ci_vm.sh @@ -11,6 +11,14 @@ # there are no guarantees it will remain in-sync with other automation-related # scripts. Therefore it may not always function for everybody in every # future scenario without updates/modifications/tweaks. +# +# When successful, you will end up connected to a GCP VM with with a clone of +# the upstream podman repository 'master' branch, using a remote named 'origin'. +# If you want to customize this behavior, you will want to use a "hook" script. +# Please use this example carefully, since git setups vary by person, you +# will probably need to make local edits. +# +# https://gist.github.com/cevich/626a0790c0b476d5cd2a5a76fbdae0a1 set -e |