aboutsummaryrefslogtreecommitdiffstats
path: root/s2i/bin/assemble
diff options
context:
space:
mode:
Diffstat (limited to 's2i/bin/assemble')
-rwxr-xr-xs2i/bin/assemble2
1 files changed, 2 insertions, 0 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble
index bb2bdda..9121813 100755
--- a/s2i/bin/assemble
+++ b/s2i/bin/assemble
@@ -16,6 +16,8 @@ set -e
echo "---> Installing application source ..."
rm -rf /tmp/src/.git
+pwd
+ls -la
mv /tmp/src ./virtio-spec
echo "---> Building virtio spec ..."