Pull build from env

This commit is contained in:
Greg Hellings
2024-07-23 18:22:30 -05:00
parent 9652d54ee0
commit 8e8976be39
+1 -1
View File
@@ -46,7 +46,7 @@ variable "vagrant_cloud_token" {
variable "build" {
type = string
default = env("CI_COMMIT_TAG")
default = env("BUILD")
}
variable "cd_content" {