From 67a5ee3a6fd7d1d2dd42958bbbb1fd1698edf60f Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 22 Nov 2019 14:14:40 +0100 Subject: use app-root --- s2i/bin/assemble | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 's2i') diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 9121813..e02945b 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -11,8 +11,8 @@ if [[ "$1" == "-h" ]]; then exec /usr/libexec/s2i/usage fi - -set -e +cd /opt/app-root +set echo "---> Installing application source ..." rm -rf /tmp/src/.git -- cgit