checking things
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Nils Stinnesbeck 2023-05-20 18:09:56 +02:00
parent 70fc34414a
commit 18e76308a4
Signed by: nils
GPG Key ID: C52E07422A136076

View File

@ -19,21 +19,22 @@ clone:
recursive: true recursive: true
pipeline: pipeline:
site-multidomain: # site-multidomain:
image: docker:git # image: docker:git
commands: # commands:
- cd site # - cd site
- git checkout multidomain # - git checkout multidomain
#
make_update: # make_update:
<<: *default # <<: *default
commands: # commands:
- cd gluon # - cd gluon
- make update # - make update
patch-iw-to-iw-full: patch-iw-to-iw-full:
<<: *default <<: *default
commands: commands:
- pwd
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile - sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile
build-${TARGET}: build-${TARGET}: