diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:08:27 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 14:08:27 +0100 |
commit | 95f0db5fa925f8e4c79e0fb1f5ea61ee38d92abb (patch) | |
tree | dee4ee25a7e385507f7fad06841745333ed44b84 /s2i | |
parent | 326ccc2009c9b40fdb6c814099f98611f702bf16 (diff) | |
download | s2i-virtio-spec-95f0db5fa925f8e4c79e0fb1f5ea61ee38d92abb.tar.gz |
debug
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/assemble | 2 |
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 ..." |