From 9f2c830b338907d1fd13901c9fc7290f9afd2c9d Mon Sep 17 00:00:00 2001 From: Stan Brubaker <120737309+stanbrub@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:28:14 -0600 Subject: [PATCH] Update server.hcl --- server.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.hcl b/server.hcl index 9eb8346..0c97442 100644 --- a/server.hcl +++ b/server.hcl @@ -47,7 +47,7 @@ variable "OPENJDK_VERSION" { default = "21" } -variable "COMMIT_HASH" { +variable "GIT_REVISION" { default = "not-set" } @@ -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