diff options
author | cyBerta <cyberta@riseup.net> | 2019-12-05 16:20:55 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2019-12-05 16:20:55 +0100 |
commit | d97b28d3593d6373fd15a55fa28a984eac80971c (patch) | |
tree | 955ad9a50b75d20ce109d8292cf7ad3d6806654e /.gitlab-ci.yml | |
parent | f4fbcda41333aabac866a5dad6f4fd4f9302fed6 (diff) |
adapt gitlab ci yml file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c044c673..fac3a92f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,7 +104,7 @@ build: script: - ./cleanProject.sh - ./build_deps.sh >> build_deps.log 2>&1 - - ./gradlew clean assembleDebug --stacktrace >> build.log 2>&1 + - ./gradlew clean assembleNormalProductionFatDebug --stacktrace >> build.log 2>&1 artifacts: paths: - app/build/outputs/ @@ -143,7 +143,7 @@ build_custom_release: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: build script: - - ./prepareForDistribution.sh build -no-tag -custom RiseupVPN >> customRelease.log 2>&1 + - ./prepareForDistribution.sh build -no-tag -custom >> customRelease.log 2>&1 artifacts: paths: - app/build/outputs/ @@ -156,7 +156,7 @@ build_fdroid_custom_beta_release: image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" stage: build script: - - ./prepareForDistribution.sh build -no-tag -beta -custom RiseupVPN >> customBeta.log 2>&1 + - ./prepareForDistribution.sh build -no-tag -beta -custom >> customBeta.log 2>&1 artifacts: paths: - app/build/outputs/ |