From 8e8976be3937f6161dbe5c441c2f1d6edf507202 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 23 Jul 2024 18:22:30 -0500 Subject: [PATCH] Pull build from env --- sources/inputs.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/inputs.pkr.hcl b/sources/inputs.pkr.hcl index 926fb5b..230548e 100644 --- a/sources/inputs.pkr.hcl +++ b/sources/inputs.pkr.hcl @@ -46,7 +46,7 @@ variable "vagrant_cloud_token" { variable "build" { type = string - default = env("CI_COMMIT_TAG") + default = env("BUILD") } variable "cd_content" {