More debugging

This commit is contained in:
Greg Hellings
2024-01-17 15:02:34 -06:00
parent 6845032db6
commit 8e10b7fc66
+1 -2
View File
@@ -32,7 +32,7 @@ stages:
variables: &variables
PACKER_CONFIG_DIR: ./packer_config/
PACKER_CACHE_DIR: ./packer_cache/
PACKER_LOG: 0
PACKER_LOG: 1
COMMAND: >
packer build ${only}
-var-file="${distro}"
@@ -45,7 +45,6 @@ stages:
- packer init sources
- echo $COMMAND
script:
- export EFI_DIR="$(dirname "$(find / -name OVMF_VARS.fd | head -1)")/"
- echo $COMMAND > build.sh
- bash build.sh || exit 1