Skip to content

Commit

Permalink
CI: use correct mount point
Browse files Browse the repository at this point in the history
  • Loading branch information
yshalsager committed Jun 25, 2018
1 parent 96997c6 commit c629724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ script:
- git clone https://github.com/TwrpBuilder/device_generic_twrpbuilder.git device/generic/twrpbuilder
- rm -rf bootable/recovery && git clone https://github.com/omnirom/android_bootable_recovery.git bootable/recovery
- |
docker run --rm -i -e USER_ID=$(id -u) -e GROUP_ID=$(id -g) -v "$(pwd):/home/cmbuild/twrp/:rw,z" surendrajat/twrp-builder bash << EOF
cd /home/cmbuild/twrp/
docker run --rm -i -v "$(pwd):/root/twrp/:rw,z" surendrajat/twrp-builder bash << EOF
cd /root/twrp/
source build/envsetup.sh && lunch omni_tb2_x30l-userdebug && make -j16 recoveryimage
exit
EOF
Expand Down

0 comments on commit c629724

Please sign in to comment.