Skip to content

Commit 2e7df8a

Browse files
committed
write to stderr
1 parent 58f501f commit 2e7df8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/argo-cd-helmfile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)