Ditch the BUILD for the CI_COMMIT_TAG var

This commit is contained in:
Greg Hellings
2024-07-23 17:55:03 -05:00
parent 2afda03e14
commit 906666f836
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ variable "vagrant_cloud_token" {
variable "build" {
type = string
default = "0.1"
default = env("CI_COMMIT_TAG")
}
variable "cd_content" {