From cd84ee8d0db0b20cbe14daebb333ecc2f9e8a247 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 10 Jan 2024 11:37:34 -0600 Subject: [PATCH] Debugging output --- .gitlab-ci-build.yml.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci-build.yml.in b/.gitlab-ci-build.yml.in index ccfd898..6335968 100644 --- a/.gitlab-ci-build.yml.in +++ b/.gitlab-ci-build.yml.in @@ -80,7 +80,8 @@ hyperv-iso.amd64: parallel: matrix: [] script: - - echo $COMMAND > build.sh + - echo "which packer" > build.sh + - echo $COMMAND >> build.sh - bash build.sh || exit 1 after_script: |- if [ "$CI_JOB_STATUS" == "success" ]; then