We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0486e0c commit 2ae90cdCopy full SHA for 2ae90cd
images/virt-artifact/werf.inc.yaml
@@ -87,11 +87,6 @@ shell:
87
go mod download
88
go mod vendor
89
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
-
95
setup:
96
- mkdir /kubevirt-binaries
97
- mkdir /kubevirt-config-files
0 commit comments