build everything in docker now, 2nd try
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
				
			|||||||
repos="ppa:cordova-ubuntu/ppa"
 | 
					repos+=" ppa:cordova-ubuntu/ppa"
 | 
				
			||||||
if test -n "${ANDROID_HOME}"; then
 | 
					if test -n "${ANDROID_HOME}"; then
 | 
				
			||||||
   envs="-e ANDROID_HOME=${ANDROID_HOME}"
 | 
					   envs+=" -e ANDROID_HOME=${ANDROID_HOME}"
 | 
				
			||||||
   dirs="-v ${ANDROID_HOME}:${ANDROID_HOME}:ro"
 | 
					   dirs+=" -v ${ANDROID_HOME}:${ANDROID_HOME}:ro"
 | 
				
			||||||
fi
 | 
					fi
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user