diff options
-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 ..." |