summaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-05-14 18:43:18 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-05-14 18:43:18 +0200
commit6442241b0e181e55d2855eaa19d6dec24ec1c5f3 (patch)
tree0db7ba18c30e3c03cdd032cf48d0a68941357bc4 /s2i
parentd39a2e230ebff617a846855a647d882219f8020b (diff)
downloads2i-base-httpd-6442241b0e181e55d2855eaa19d6dec24ec1c5f3.tar.gz
don't barf without proxy config #2
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 c278e2c..f888ff6 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 | grep -i -e _proxy=)
+(set -x; id -a; pwd; set | grep -i -e _proxy= || true)
echo "-=-"