Skip to content

Commit

Permalink
Remove literal null strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpittwood committed May 10, 2024
1 parent 3c2effc commit 1eab1e0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-bake.preview.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ variable BRANCH {
}

variable CONNECT_DAILY_VERSION {
default = "null"
default = ""
}

variable PACKAGE_MANAGER_PREVIEW_VERSION {
default = "null"
default = ""
}

variable PACKAGE_MANAGER_DAILY_VERSION {
default = "null"
default = ""
}

variable WORKBENCH_DAILY_VERSION {
default = "null"
default = ""
}

variable WORKBENCH_PREVIEW_VERSION {
default = "null"
default = ""
}

variable DRIVERS_VERSION {
Expand Down

0 comments on commit 1eab1e0

Please sign in to comment.