aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-16 23:14:09 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-16 23:14:09 +0200
commit6059294c88ea755e07bdd55cedcc85b25ac58091 (patch)
treee433ec157f31aae67e5d974db7558a08d30949d0
parentc721a54bf5ba8bbbb79b3eed9a1e311f0c9a2670 (diff)
downloads2i-jekyll-6059294c88ea755e07bdd55cedcc85b25ac58091.tar.gz
drop debug
-rwxr-xr-xs2i/bin/assemble9
1 files changed, 0 insertions, 9 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 6847f4f..554b195 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -12,15 +12,6 @@ if [[ "$1" == "-h" ]]; then
exec /usr/libexec/s2i/usage
fi
-# debug
-echo "---"
-set | grep ^HTTPD || true
-echo "---"
-cat /usr/libexec/s2i/assemble.httpd || true
-echo "---"
-find /usr/share/container-scripts -type f -print|| true
-echo "---"
-
set -e
echo "---> Enabling s2i support in httpd24 image ..."