aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 14:17:01 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 14:17:01 +0100
commit3221c2453a366c039b9b1f055eefd723dca15e19 (patch)
tree880998d2d9dbf1ca83cce8b7864375054963798f
parent67a5ee3a6fd7d1d2dd42958bbbb1fd1698edf60f (diff)
downloads2i-virtio-spec-3221c2453a366c039b9b1f055eefd723dca15e19.tar.gz
setup /home/kraxel
-rwxr-xr-xs2i/bin/assemble7
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 ..."