From fd3324ab989676d5f3fc0002ef8b39e2c240852d Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Fri, 28 Apr 2023 08:12:58 +0200 Subject: aad kubernetes feed --- shell-scripts/compile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'shell-scripts') diff --git a/shell-scripts/compile b/shell-scripts/compile index fb96335..59c4d60 100755 --- a/shell-scripts/compile +++ b/shell-scripts/compile @@ -1,4 +1,4 @@ -#!/bin/bash +#!@bash@/bin/bash echo " Compiliiing ${@}" error () { @@ -7,12 +7,6 @@ error () { } case "${@}" in - helm\ lint*) - shift - shift - echo " \-> helm lint --set cluster=debug-cluster --strict --quiet --with-subcharts ${@}" - helm lint --set cluster=debug-cluster --strict --quiet --with-subcharts ${@} | sed -u -E -e "s@$(basename ${PWD})/|error during tpl function execution for \".*\"@@g" - ;; racket*) shift echo " \-> racket -l errortrace -t ${@}" @@ -32,6 +26,12 @@ case "${@}" in echo " \-> awx" awx "$@" | filter-ansi ;; + helm\ lint*) + shift + shift + echo " \-> helm lint --set cluster=debug-cluster --strict --quiet --with-subcharts ${@}" + helm lint --set cluster=debug-cluster --strict --quiet --with-subcharts ${@} | sed -u -E -e "s@$(basename ${PWD})/|error during tpl function execution for \".*\"@@g" + ;; *) echo "Nope. Not compiling that. ARGS: ${@}" ;; -- cgit v1.2.3