aboutsummaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 14:08:27 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 14:08:27 +0100
commit95f0db5fa925f8e4c79e0fb1f5ea61ee38d92abb (patch)
treedee4ee25a7e385507f7fad06841745333ed44b84 /s2i
parent326ccc2009c9b40fdb6c814099f98611f702bf16 (diff)
downloads2i-virtio-spec-95f0db5fa925f8e4c79e0fb1f5ea61ee38d92abb.tar.gz
debug
Diffstat (limited to 's2i')
-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 ..."