losbuild: source ~/.profile in each step
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-07-26 20:54:41 +02:00
parent 7abc15f2d1
commit c27f1e20f1
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -1,6 +1,7 @@
---
- name: prepare device-specific code
shell: |
. ~/.profile
cd ~/android/lineage
. build/envsetup.sh
breakfast {{losdevice}}
@ -9,6 +10,7 @@
- name: build
shell: |
. ~/.profile
cd ~/android/lineage
. build/envsetup.sh
croot &&