fix packer validate
ci/woodpecker/push/test Pipeline failed Details
ci/woodpecker/push/docs Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-01-17 22:37:44 +01:00
parent 7a933aff8f
commit b64885bd65
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 4 additions and 1 deletions

View File

@ -20,4 +20,4 @@ steps:
image: docker.io/hashicorp/packer
commands:
- packer init rocky-9/
- packer validate rocky-9/
- packer validate -var-file=rocky-9/ci.pkrvars.hcl rocky-9/

3
rocky-9/ci.pkrvars.hcl Normal file
View File

@ -0,0 +1,3 @@
proxmox_token = "dummy"
build_password = "dummy"
build_password_encrypted = "dummy"