aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/assemble
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/assemble')
-rwxr-xr-xs2i/bin/assemble14
1 files changed, 1 insertions, 13 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index 9533c8a..5585771 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -1,22 +1,10 @@
#!/bin/bash -e
#
-# S2I assemble script for the 'kraxel/s2i-jekyll' image.
-# The 'assemble' script builds your application source so that it is ready to run.
-#
# For more information refer to the documentation:
# https://github.com/openshift/source-to-image/blob/master/docs/builder_image.md
#
-if [[ "$1" == "-h" ]]; then
- exec /usr/libexec/s2i/usage
-fi
-
-echo "--- debug ---"
-id -a
-echo "---"
-
-export HOME=/opt/app-root/src
-cd $HOME
+source ${0}.pre
echo "---> Installing application source ..."
mv /tmp/src ./virtio-spec