fix: build home
This commit is contained in:
parent
ef892337b1
commit
a4caafbd4d
@ -18,6 +18,7 @@ pipeline:
|
|||||||
environment:
|
environment:
|
||||||
- BUILD_HOSTNAME=docker
|
- BUILD_HOSTNAME=docker
|
||||||
commands:
|
commands:
|
||||||
|
- export HOME=/build
|
||||||
- cd /build
|
- cd /build
|
||||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} + || true
|
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} + || true
|
||||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
||||||
|
@ -18,6 +18,7 @@ pipeline:
|
|||||||
environment:
|
environment:
|
||||||
- BUILD_HOSTNAME=docker
|
- BUILD_HOSTNAME=docker
|
||||||
commands:
|
commands:
|
||||||
|
- export HOME=/build
|
||||||
- cd /build
|
- cd /build
|
||||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} + || true
|
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} + || true
|
||||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
||||||
|
Loading…
Reference in New Issue
Block a user