From a1e61cfd71e82ff05ab3907724bd01bfc2dc42d6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 10 Jan 2024 12:27:36 -0600 Subject: [PATCH] Try without quotes, I guess? --- .gitlab-ci-build.yml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci-build.yml.in b/.gitlab-ci-build.yml.in index c69c523..4b98190 100644 --- a/.gitlab-ci-build.yml.in +++ b/.gitlab-ci-build.yml.in @@ -35,7 +35,7 @@ stages: PACKER_LOG: 0 COMMAND: > packer build ${only} - -var-file="${distro}" + -var-file=${distro} -var build=${BUILD} -var cpus=2 -var memory=4096