From 4e6cd0bc0f257aaa4f8e34b421e71eb310a67b40 Mon Sep 17 00:00:00 2001 From: William Young Date: Wed, 30 Mar 2022 21:19:26 +0200 Subject: [PATCH] Add Version printout --- check_all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/check_all.sh b/check_all.sh index 6bc35dd..40c22b0 100755 --- a/check_all.sh +++ b/check_all.sh @@ -1,4 +1,7 @@ #!/usr/bin/env zsh + +echo "Git Poll Check All v1.2" + buildconfigs=$( oc get buildconfigs -A -l gitpoller.unstable.tech/type=basic -o json ) jq ".items[]" -c <<< $buildconfigs | while read -r line; do;