Ditch the BUILD for the CI_COMMIT_TAG var
This commit is contained in:
@@ -46,7 +46,7 @@ variable "vagrant_cloud_token" {
|
||||
|
||||
variable "build" {
|
||||
type = string
|
||||
default = "0.1"
|
||||
default = env("CI_COMMIT_TAG")
|
||||
}
|
||||
|
||||
variable "cd_content" {
|
||||
|
||||
Reference in New Issue
Block a user