diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:14:40 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:14:40 +0100 |
commit | 67a5ee3a6fd7d1d2dd42958bbbb1fd1698edf60f (patch) | |
tree | 79d72441656c11a9abfa91642a4d5b283a87d0f1 /s2i | |
parent | d354ac4aca1b15bb153486744cdf347661b3f790 (diff) | |
download | s2i-virtio-spec-67a5ee3a6fd7d1d2dd42958bbbb1fd1698edf60f.tar.gz |
use app-root
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/assemble | 4 |
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 |