From 008e233c51645b1346732b76ae9c5ac4cc6f0f4c Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 25 Nov 2019 13:29:31 +0100 Subject: keep git repo --- s2i/bin/assemble | 1 - 1 file changed, 1 deletion(-) 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 ..." -- cgit