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

This commit is contained in:
Robert Kaussow 2024-01-17 22:12:02 +01:00
parent 1731692758
commit 66128a311c
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 1 deletions

View File

@ -19,4 +19,5 @@ steps:
- name: packer-validate
image: docker.io/hashicorp/packer
commands:
- packer init rocky-9/
- packer validate rocky-9/

View File

@ -2,7 +2,7 @@ packer {
required_version = ">= 1.8.3"
required_plugins {
hcloud = {
version = " 1.0.5"
version = "1.0.5"
source = "github.com/hashicorp/hcloud"
}
}