fix: show build error
This commit is contained in:
parent
04ab205c03
commit
1e69ae3a1f
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@ pipeline:
|
|||
commands:
|
||||
- cd /build
|
||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6"
|
||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
||||
volumes:
|
||||
- *build_vol
|
||||
- *tools_vol
|
||||
|
@ -31,4 +31,4 @@ pipeline:
|
|||
|
||||
depends_on:
|
||||
- sync
|
||||
- build-wifi
|
||||
- build-wifi
|
||||
|
|
|
@ -20,7 +20,7 @@ pipeline:
|
|||
commands:
|
||||
- cd /build
|
||||
- find /build/out/target/product/$device -type f -name '*.prop' -exec rm -vf {} +
|
||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6"
|
||||
- bash -c ". build/envsetup.sh && lunch lineage_$device-userdebug && mka bacon -j6 || cat out/build_error && exit 1"
|
||||
volumes:
|
||||
- *build_vol
|
||||
- *tools_vol
|
||||
|
@ -30,4 +30,4 @@ pipeline:
|
|||
- cron
|
||||
|
||||
depends_on:
|
||||
- sync
|
||||
- sync
|
||||
|
|
Loading…
Add table
Reference in a new issue