fix pipeline
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-28 02:05:06 +01:00
parent 82311d493f
commit 0551c2708c
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ steps:
- cp -f config.mk patches.h dwm-flexipatch/ - cp -f config.mk patches.h dwm-flexipatch/
- bash flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final - bash flexipatch-finalizer/flexipatch-finalizer.sh -r -d dwm-flexipatch -o dwm-final
- | - |
for patch in patches/*.patch; do for patch in patches/*.diff; do
patch -d dwm-final <"$patch" patch -d dwm-final <"$patch"
done done
- cp -f config.h dwm-final/ - cp -f config.h dwm-final/