feat: add tools to build
This commit is contained in:
parent
563dc032aa
commit
e8386b7af7
@ -29,6 +29,8 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: build
|
- name: build
|
||||||
path: /build
|
path: /build
|
||||||
|
- name: tools
|
||||||
|
path: /tools
|
||||||
- name: copy
|
- name: copy
|
||||||
pull: always
|
pull: always
|
||||||
image: docker.nyyu.dev/lineage/android:latest
|
image: docker.nyyu.dev/lineage/android:latest
|
||||||
@ -63,6 +65,9 @@ volumes:
|
|||||||
- name: build
|
- name: build
|
||||||
host:
|
host:
|
||||||
path: /media/fast/lineage/lineage-20.0
|
path: /media/fast/lineage/lineage-20.0
|
||||||
|
- name: tools
|
||||||
|
host:
|
||||||
|
path: /media/fast/lineage/tools
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- dockerconfig
|
- dockerconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user