diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:17:01 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:17:01 +0100 |
commit | 3221c2453a366c039b9b1f055eefd723dca15e19 (patch) | |
tree | 880998d2d9dbf1ca83cce8b7864375054963798f | |
parent | 67a5ee3a6fd7d1d2dd42958bbbb1fd1698edf60f (diff) | |
download | s2i-virtio-spec-3221c2453a366c039b9b1f055eefd723dca15e19.tar.gz |
setup /home/kraxel
-rwxr-xr-x | s2i/bin/assemble | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index e02945b..a9d3fd9 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -11,13 +11,12 @@ if [[ "$1" == "-h" ]]; then exec /usr/libexec/s2i/usage fi -cd /opt/app-root -set + +export HOME=/opt/app-root +cd $HOME echo "---> Installing application source ..." rm -rf /tmp/src/.git -pwd -ls -la mv /tmp/src ./virtio-spec echo "---> Building virtio spec ..." |