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
pipeline:
site-multidomain:
image: docker:git
commands:
- cd site
- git checkout multidomain
make_update:
<<: *default
commands:
- cd gluon
- make update
# site-multidomain:
# image: docker:git
# commands:
# - cd site
# - git checkout multidomain
#
# make_update:
# <<: *default
# commands:
# - cd gluon
# - make update
patch-iw-to-iw-full:
<<: *default
commands:
- pwd
- sed -i 's/+iw/+iw-full/g' gluon/openwrt/package/kernel/Makefile
build-${TARGET}: