File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ before_script:
9
9
-O $HOME/twrp.tar.xz
10
10
- tar -xJf twrp.tar.xz --directory $HOME/twrp/ && rm twrp.tar.xz
11
11
script :
12
- - cd $HOME/twrp/ && git clone https://github.com/TwrpBuilder/device_zte_draconis .git device/zte/draconis
12
+ - cd $HOME/twrp/ && git clone https://github.com/TwrpBuilder/android_device_zte_draconis .git device/zte/draconis
13
13
- git clone https://github.com/TwrpBuilder/device_generic_twrpbuilder.git device/generic/twrpbuilder
14
14
- rm -rf bootable/recovery && git clone https://github.com/omnirom/android_bootable_recovery.git bootable/recovery
15
15
- |
@@ -30,7 +30,7 @@ deploy:
30
30
file : $HOME/twrp/*.img
31
31
on :
32
32
tags : false
33
- repo : TwrpBuilder/device_zte_draconis
33
+ repo : TwrpBuilder/android_device_zte_draconis
34
34
branch : master
35
35
36
36
branches :
You can’t perform that action at this time.
0 commit comments