File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ case $phase in
357357 if [ ! -z " ${HELMFILE_INIT_SCRIPT_FILE} " ]; then
358358 echoerr " executint HELMFILE_INIT_SCRIPT:"
359359 HELMFILE_INIT_SCRIPT_FILE=$( realpath " ${HELMFILE_INIT_SCRIPT_FILE} " )
360- bash -x " ${HELMFILE_INIT_SCRIPT_FILE} "
360+ bash " ${HELMFILE_INIT_SCRIPT_FILE} "
361361 fi
362362
363363 # using app revision here to ensure if the git repo is updated the cache is busted
@@ -421,7 +421,7 @@ case $phase in
421421 if [ ! -z " ${HELMFILE_PREGENERATE_SCRIPT_FILE} " ]; then
422422 echoerr " executint HELMFILE_PREGENERATE_SCRIPT:"
423423 HELMFILE_PREGENERATE_SCRIPT_FILE=$( realpath " ${HELMFILE_PREGENERATE_SCRIPT_FILE} " )
424- bash " ${HELMFILE_PREGENERATE_SCRIPT_FILE} "
424+ bash " ${HELMFILE_PREGENERATE_SCRIPT_FILE} " >&2
425425 fi
426426
427427 # TODO: support post process pipeline here
You can’t perform that action at this time.
0 commit comments