Skip to content

Commit

Permalink
Merge branch 'main' into slide-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Dec 18, 2024
2 parents 8a840c0 + c7a2886 commit bfa8aed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build-jenkins-agent-windows.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ build {
inline = [
"$ErrorActionPreference = 'Stop'",
"goss --version",
"goss --use-alpha=1 --gossfile C:/goss-windows-${var.agent_os_version}.yaml --loglevel DEBUG validate --retry-timeout 60s",
"goss --use-alpha=1 --gossfile C:/goss-windows.yaml --loglevel DEBUG validate --retry-timeout 60s",
"goss --use-alpha=1 --gossfile C:/goss-common.yaml --loglevel DEBUG validate --retry-timeout 60s",
"goss --use-alpha=1 --gossfile C:/goss-windows-${var.agent_os_version}.yaml --loglevel DEBUG validate",
"goss --use-alpha=1 --gossfile C:/goss-windows.yaml --loglevel DEBUG validate",
"goss --use-alpha=1 --gossfile C:/goss-common.yaml --loglevel DEBUG validate",
]
}

Expand Down

0 comments on commit bfa8aed

Please sign in to comment.