diff options
-rwxr-xr-x | s2i/bin/assemble.pre | 2 |
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 "-=-" |