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