fix pipeline
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
82311d493f
commit
0551c2708c
|
@ -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/
|
||||||
|
|
Loading…
Reference in New Issue