From 6442241b0e181e55d2855eaa19d6dec24ec1c5f3 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 14 May 2020 18:43:18 +0200 Subject: don't barf without proxy config #2 --- s2i/bin/assemble.pre | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "-=-" -- cgit