diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 13:29:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-25 13:29:31 +0100 |
commit | 008e233c51645b1346732b76ae9c5ac4cc6f0f4c (patch) | |
tree | 3285388de8195431286409609af70a71205bef49 | |
parent | a1e67ddd7da51b9fa0e92b7a45b4fe081f6b66fd (diff) | |
download | s2i-virtio-spec-008e233c51645b1346732b76ae9c5ac4cc6f0f4c.tar.gz |
keep git repo
-rwxr-xr-x | s2i/bin/assemble | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 18ee439..02ca421 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -19,7 +19,6 @@ export HOME=/opt/app-root/src cd $HOME echo "---> Installing application source ..." -rm -rf /tmp/src/.git mv /tmp/src ./virtio-spec echo "---> Building virtio spec ..." |