From bfae3e985406f0e33df222a5a5a89dcd00a4d6c0 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sat, 13 Jul 2024 02:45:05 -0500 Subject: [PATCH] Also do it here --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ce6a85..ce8d844 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,6 +45,8 @@ validate: - sources/build.pkr.hcl paths: - ./packer_config/ + before_script: + - find "${PACKER_CONFIG_DIR}" -name '*_linux_amd64' -exec chmod +x '{}' ";" script: nix run ".#validate" # Makes sure that all of the ISO files we are looking for are