mirror of https://github.com/docker/docs.git
Merge pull request #19536 from dvdksn/ci-validate-upstream-missing-vardeclar
ci: UPSTREAM_COMMIT was never declared as a variable in bake
This commit is contained in:
commit
31b91e00bb
|
@ -170,7 +170,7 @@ variable "UPSTREAM_MODULE_NAME" {
|
|||
variable "UPSTREAM_REPO" {
|
||||
default = null
|
||||
}
|
||||
variable "UPSTREAM_MODULE_NAME" {
|
||||
variable "UPSTREAM_COMMIT" {
|
||||
default = null
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue