From 0c61eba755da17c490ebdba43519658b778716a3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 13 May 2019 11:38:10 +0200 Subject: [PATCH] website: Before building, log which revision we are building Signed-off-by: Patrick Uiterwijk --- roles/openshift-apps/websites/templates/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/websites/templates/build.sh b/roles/openshift-apps/websites/templates/build.sh index b6b6295ab8..aa94329fcf 100644 --- a/roles/openshift-apps/websites/templates/build.sh +++ b/roles/openshift-apps/websites/templates/build.sh @@ -2,4 +2,5 @@ cd /tmp git clone --branch {% if env == "staging" %}staging{% else %}master{% endif %} https://pagure.io/fedora-web/websites.git cd websites +git rev-parse HEAD exec ./build-prod.sh /output