aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/assemble
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/assemble')
-rwxr-xr-xs2i/bin/assemble3
1 files changed, 2 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 9a9242b..9ffcd8a 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -50,8 +50,9 @@ cat <<EOF > output/HEADER.html
<h1>virtio specification</h1>
<p>
Built from <a href="$OPENSHIFT_BUILD_SOURCE">$OPENSHIFT_BUILD_SOURCE</a>,
+ branch ${OPENSHIFT_BUILD_REFERENCE-master},
<br>
- git commit hash is ${OPENSHIFT_BUILD_COMMIT}.
+ commit hash is ${OPENSHIFT_BUILD_COMMIT}.
</p>
<ul>
<li><a href="$(cd output; ls *.html)">online version (html)</a>.