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