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 @@ -19,13 +19,13 @@ release_github:
1919
2020
2121build :
22- image : preventis/docker-android-alpine
22+ image : preventis/docker-android-alpine:latest
2323 stage : build
2424 only :
2525 - master
2626 script :
2727 - echo -e "ext {\n appVersionCode = ${CI_PIPELINE_ID}\n appVersionName = \"_${CI_JOB_ID}\"}" > ./app/version.gradle
28- - echo -e "systemProp.http.proxyHost=192.168.3.8\n systemProp.http.proxyPort=1080\n systemProp.https.proxyHost=192.168.3.8\n systemProp.https.proxyPort=1080\n org.gradle.jvmargs=-Xmx1536m\n org.gradle.parallel=true" >> gradle.properties
28+ - echo -e "systemProp.http.nonProxyHosts=dl.google.com\n systemProp.http. proxyHost=192.168.3.8\n systemProp.http.proxyPort=1080\n systemProp.https.proxyHost=192.168.3.8\n systemProp.https.proxyPort=1080\n org.gradle.jvmargs=-Xmx1536m\n org.gradle.parallel=true" >> gradle.properties
2929 - export GRADLE_USER_HOME=$(pwd)/.gradle
3030 - chmod +x ./gradlew
3131 - ./gradlew assembleRelease
You can’t perform that action at this time.
0 commit comments