Add Version printout
This commit is contained in:
parent
40b62ecf0d
commit
4e6cd0bc0f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue