This commit is contained in:
parent
70fc34414a
commit
18e76308a4
@ -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}:
|
||||
|
Loading…
Reference in New Issue
Block a user