Skip to content

Commit 27eba84

Browse files
committed
build: revert change to bakefile validation
1 parent 5363d24 commit 27eba84

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

docker-bake.hcl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ variable "CF_SITEKEY" {
55
condition = CF_SITEKEY != ""
66
error_message = "CF_SITEKEY environment variable is empty"
77
}
8-
9-
validation {
10-
condition = CF_SITEKEY != "$CF_SITEKEY"
11-
error_message = "CF_SITEKEY environment variable is invalid"
12-
}
138
}
149

1510
group "default" {

0 commit comments

Comments
 (0)