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 43ab449 commit 50dc926Copy full SHA for 50dc926
images/virt-artifact/werf.inc.yaml
@@ -88,7 +88,7 @@ shell:
88
go mod download
89
go work vendor
90
91
- for p in patches/*.patch ; do
+ for p in $(test -d patches && ls -1 patches/*.patch 2>/dev/null) ; do
92
echo -n "Apply ${p} ... "
93
git apply --ignore-space-change --ignore-whitespace ${p} && echo OK || (echo FAIL ; exit 1)
94
done
0 commit comments