losbuild: source ~/.profile in each step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7abc15f2d1
commit
c27f1e20f1
@ -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 &&
|
||||
|
Loading…
Reference in New Issue
Block a user