mirror of
https://github.com/MinimalBible/MinimalBible
synced 2024-11-04 23:28:19 -05:00
Use a proper echo instead of yes
This commit is contained in:
parent
1ced3fac5c
commit
ec2c80d125
@ -11,7 +11,7 @@ android:
|
|||||||
- android-21
|
- android-21
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- yes | android update sdk -u -t 1,2,3
|
- echo y | android update sdk -u -t 1,2,3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./gradlew test
|
- ./gradlew test
|
||||||
|
Loading…
Reference in New Issue
Block a user