aboutsummaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 14:14:40 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 14:14:40 +0100
commit67a5ee3a6fd7d1d2dd42958bbbb1fd1698edf60f (patch)
tree79d72441656c11a9abfa91642a4d5b283a87d0f1 /s2i
parentd354ac4aca1b15bb153486744cdf347661b3f790 (diff)
downloads2i-virtio-spec-67a5ee3a6fd7d1d2dd42958bbbb1fd1698edf60f.tar.gz
use app-root
Diffstat (limited to 's2i')
-rwxr-xr-xs2i/bin/assemble4
1 files changed, 2 insertions, 2 deletions
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