parent
7d32068bdd
commit
ee04ed4419
1 changed files with 3 additions and 3 deletions
@ -1,5 +1,5 @@ |
||||
repos="ppa:cordova-ubuntu/ppa" |
||||
repos+=" ppa:cordova-ubuntu/ppa" |
||||
if test -n "${ANDROID_HOME}"; then |
||||
envs="-e ANDROID_HOME=${ANDROID_HOME}" |
||||
dirs="-v ${ANDROID_HOME}:${ANDROID_HOME}:ro" |
||||
envs+=" -e ANDROID_HOME=${ANDROID_HOME}" |
||||
dirs+=" -v ${ANDROID_HOME}:${ANDROID_HOME}:ro" |
||||
fi |
||||
|
Loading…
Reference in new issue