chore(e2e): fix for enos docker build (#6166)

* chore(e2e): fix for enos docker build
pull/6168/head
dillanb-hashi 4 months ago committed by GitHub
parent f7a52473b0
commit 0779ce4f35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -275,7 +275,7 @@ variable "windows_instance_type" {
variable "ui_build_override" {
description = "Override for build for UI automation"
type = string
default = null
default = ""
}
variable "github_token" {

@ -26,7 +26,8 @@ variable "edition" {
variable "ui_build_override" {
description = "Override for build for UI automation (oss or ent)"
default = null
type = string
default = ""
}
resource "enos_local_exec" "get_git_sha" {

@ -35,7 +35,8 @@ variable "goos" {
variable "ui_build_override" {
description = "Override for build for UI automation (oss or ent)"
default = null
type = string
default = ""
}
resource "enos_local_exec" "build" {

Loading…
Cancel
Save