diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 13:46:47 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 13:46:47 +0100 |
commit | d8635430730a0dae4ca02d7c02ab2c3a9309865a (patch) | |
tree | 0ff0aa882ad24f49cdd2fc9b7b7625f811020682 | |
parent | 2a160513579ef7d52ebaf4327d76c6c50682f800 (diff) | |
download | s2i-virtio-spec-d8635430730a0dae4ca02d7c02ab2c3a9309865a.tar.gz |
limit debug vars
-rwxr-xr-x | s2i/bin/assemble | 2 |
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 |