From 4a561092e15954ef3ca773d3aedff277a35dc3a7 Mon Sep 17 00:00:00 2001 From: Marc Perlman Date: Fri, 13 Dec 2024 09:43:55 -0600 Subject: [PATCH] [CCAP-289] Putting version and commit sha into header --- src/main/resources/application.yaml | 2 ++ src/main/resources/templates/fragments/head.html | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 57c9e16ff..30dfdcf39 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -120,6 +120,8 @@ org: dashboard: enabled: ${JOBRUNR_DASHBOARD_ENABLED:false} il-gcc: + version: ${APTIBLE_GIT_REF:no-version-set} + latest-commit: ${APTIBLE_GIT_COMMIT_SHA:false} generate-short-links: ${GENERATE_SHORT_LINKS_FLAG:false} show-no-provider-flow: ${SHOW_NO_PROVIDER_FLOW:true} allow-provider-registration-flow: ${ALLOW_PROVIDER_REGISTRATION_FLOW:false} diff --git a/src/main/resources/templates/fragments/head.html b/src/main/resources/templates/fragments/head.html index 7f5edeb4a..784743b12 100644 --- a/src/main/resources/templates/fragments/head.html +++ b/src/main/resources/templates/fragments/head.html @@ -1,6 +1,10 @@ + + + +