Escape dots

This commit is contained in:
Greg Hellings
2024-07-13 03:22:30 -05:00
parent 23746f0660
commit b716298d3f
+1 -1
View File
@@ -32,7 +32,7 @@ stages:
PACKER_CACHE_DIR: ./cache/ PACKER_CACHE_DIR: ./cache/
PACKER_LOG: 1 PACKER_LOG: 1
script: script:
- nix run ".#${buildcmd}" || exit 1 - nix run ".#\"${buildcmd}\"" || exit 1
qemu.amd64: qemu.amd64:
extends: .build extends: .build