This commit is contained in:
parent
1193ee94c0
commit
236b0a9fb6
@ -30,7 +30,8 @@ global-variables:
|
|||||||
<<: *env
|
<<: *env
|
||||||
commands:
|
commands:
|
||||||
- cd gluon/openwrt/package
|
- cd gluon/openwrt/package
|
||||||
- grep -rl iw | xargs sed -i s/iw/iw-full/g
|
- grep -rl iw * | xargs sed -i s/iw/iw-full/g
|
||||||
|
- grep -r iw-full *
|
||||||
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
@ -51,9 +52,6 @@ steps: &steps
|
|||||||
- cd site
|
- cd site
|
||||||
- git checkout multidomain
|
- git checkout multidomain
|
||||||
|
|
||||||
- name: patch iw to iw-full
|
|
||||||
<<: *patch
|
|
||||||
|
|
||||||
- name: make update
|
- name: make update
|
||||||
<<: *env
|
<<: *env
|
||||||
commands:
|
commands:
|
||||||
@ -62,6 +60,9 @@ steps: &steps
|
|||||||
environment:
|
environment:
|
||||||
GLUON_TARGET: ar71xx-generic
|
GLUON_TARGET: ar71xx-generic
|
||||||
|
|
||||||
|
- name: patch iw to iw-full
|
||||||
|
<<: *patch
|
||||||
|
|
||||||
- name: build-ath79-generic
|
- name: build-ath79-generic
|
||||||
<<: *gluon
|
<<: *gluon
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user