aboutsummaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 18:27:19 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 18:27:19 +0100
commitefc49ea72b1cbe3bac9e849d35c2d4dff372e7cc (patch)
tree740d96983ae5c9bea57a039150c3b87c5c0aa346 /s2i
parent30f2aca7c729debe179507adb836da568a4cbceb (diff)
downloads2i-virtio-spec-efc49ea72b1cbe3bac9e849d35c2d4dff372e7cc.tar.gz
readme tweak
Diffstat (limited to 's2i')
-rwxr-xr-xs2i/bin/assemble6
1 files changed, 3 insertions, 3 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 3c4a95d..21468f0 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -47,9 +47,9 @@ EOF
echo "---> add README ..."
cat <<EOF >> output/README.html
<h1>virtio specification</h1>
-<pre>
-$(set | grep ^OPENSHIFT)
-</pre>
+<p>
+Built from <a href="$OPENSHIFT_BUILD_SOURCE">$OPENSHIFT_BUILD_SOURCE</a>
+</p>
EOF
echo "---> Fix permissions ..."