aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-25 13:46:47 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-25 13:46:47 +0100
commitd8635430730a0dae4ca02d7c02ab2c3a9309865a (patch)
tree0ff0aa882ad24f49cdd2fc9b7b7625f811020682
parent2a160513579ef7d52ebaf4327d76c6c50682f800 (diff)
downloads2i-virtio-spec-d8635430730a0dae4ca02d7c02ab2c3a9309865a.tar.gz
limit debug vars
-rwxr-xr-xs2i/bin/assemble2
1 files changed, 1 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 884e7a9..b269299 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -67,7 +67,7 @@ echo "---> add README ..."
cat <<EOF >> output/README.html
<h3>[debug] build environment</h3>
<pre>
-$(set)
+$(set | egrep '^(OPENSHIFT|DESC|SUMMARY)')
</pre>
EOF