Debugging output

This commit is contained in:
Greg Hellings
2024-01-10 11:37:34 -06:00
parent 442c74dd44
commit cd84ee8d0d
+2 -1
View File
@@ -80,7 +80,8 @@ hyperv-iso.amd64:
parallel: parallel:
matrix: [] matrix: []
script: script:
- echo $COMMAND > build.sh - echo "which packer" > build.sh
- echo $COMMAND >> build.sh
- bash build.sh || exit 1 - bash build.sh || exit 1
after_script: |- after_script: |-
if [ "$CI_JOB_STATUS" == "success" ]; then if [ "$CI_JOB_STATUS" == "success" ]; then