Skip to content

Commit

Permalink
Update server.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Aug 13, 2024
1 parent 3c349a8 commit 9f2c830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "OPENJDK_VERSION" {
default = "21"
}

variable "COMMIT_HASH" {
variable "GIT_REVISION" {
default = "not-set"
}

Expand Down Expand Up @@ -175,7 +175,7 @@ target "server-context" {
DEEPHAVEN_VERSION = DEEPHAVEN_VERSION
DEEPHAVEN_CORE_WHEEL = DEEPHAVEN_CORE_WHEEL
OPENJDK_VERSION = OPENJDK_VERSION
COMMIT_HASH = COMMIT_HASH
GIT_REVISION = GIT_REVISION
PYTHON_VERSION = PYTHON_VERSION
UBUNTU_VERSION = UBUNTU_VERSION
GRPC_HEALTH_PROBE_VERSION = GRPC_HEALTH_PROBE_VERSION
Expand Down

0 comments on commit 9f2c830

Please sign in to comment.