Skip to content

Commit 2ae90cd

Browse files
committed
dis patches
Signed-off-by: Daniil Antoshin <[email protected]>
1 parent 0486e0c commit 2ae90cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

images/virt-artifact/werf.inc.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ shell:
8787
go mod download
8888
go mod vendor
8989
90-
for p in patches/*.patch ; do
91-
echo -n "Apply ${p} ... "
92-
git apply --ignore-space-change --ignore-whitespace ${p} && echo OK || (echo FAIL ; exit 1)
93-
done
94-
9590
setup:
9691
- mkdir /kubevirt-binaries
9792
- mkdir /kubevirt-config-files

0 commit comments

Comments
 (0)