summaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-03-04 17:58:38 +0100
committerGerd Hoffmann <kraxel@redhat.com>2020-03-04 17:58:38 +0100
commit8025c3edfe9eb5e0b4bdffb3ebcbac9ef43b62ef (patch)
tree0e46102513d6cdef58e503dde6ed11b537bd7dd6 /s2i
parentd83c3b902bb70a05838c6b928744b58b5fa3d3f6 (diff)
downloads2i-base-httpd-8025c3edfe9eb5e0b4bdffb3ebcbac9ef43b62ef.tar.gz
proxy debug
Diffstat (limited to 's2i')
-rwxr-xr-xs2i/bin/assemble.pre2
1 files changed, 1 insertions, 1 deletions
diff --git a/s2i/bin/assemble.pre b/s2i/bin/assemble.pre
index c5fb359..c278e2c 100755
--- a/s2i/bin/assemble.pre
+++ b/s2i/bin/assemble.pre
@@ -8,5 +8,5 @@ export HOME=/opt/app-root/src
cd $HOME
echo "-=- debug -=-"
-(set -x; id -a; pwd)
+(set -x; id -a; pwd; set | grep -i -e _proxy=)
echo "-=-"