Add a drone pipeline to release

This commit is contained in:
Nikolai Rodionov
2023-06-01 19:56:30 +02:00
parent 77a4adf0e5
commit 8b62a744e3
2 changed files with 29 additions and 1 deletions

2
kubers
View File

@ -61,7 +61,7 @@ while [[ $# -gt 0 ]]; do
shift
;;
-V|--version)
printf "Kubers version is $KUBERS_VERSION\n"
printf "$KUBERS_VERSION\n"
exit 0
;;
-h|--help)