fix: clean build
This commit is contained in:
parent
1e69ae3a1f
commit
ef892337b1
@ -19,7 +19,7 @@ pipeline:
|
||||
- BUILD_HOSTNAME=docker
|
||||
commands:
|
||||
- cd /build
|
||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
||||
- 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"
|
||||
volumes:
|
||||
- *build_vol
|
||||
|
@ -19,7 +19,7 @@ pipeline:
|
||||
- BUILD_HOSTNAME=docker
|
||||
commands:
|
||||
- cd /build
|
||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
||||
- 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"
|
||||
volumes:
|
||||
- *build_vol
|
||||
|
Loading…
Reference in New Issue
Block a user