@ -5,12 +5,6 @@ set -eu
VDN_PATH=$(readlink -f $(dirname $(command -v vdn))/..)
. $VDN_PATH/bin/functions.sh
synopsis() {
cat << EOF
Usage : $(basename $0) [-h] [option...]
EOF
}
help() {
$(basename $0) exécute une pipeline Drone locale dans VDN.
@ -35,11 +29,6 @@ Exemple :
usage() {
synopsis
exit 1
for arg; do
case "$arg" in
'-h')