diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f489e7b3..91ee6c3d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,17 +115,4 @@ build_release: artifacts: paths: - app/build/outputs/ - when: manual - - build_custom_release: - image: "0xacab.org:4567/leap/bitmask_android/android-ndk:latest" - stage: build - script: - - ./cleanProject.sh - - ./build_deps.sh - - ./gradlew assembleCustomRelease --stacktrace - - ./gradlew assembleCustomBeta --stacktrace - artifacts: - paths: - - app/build/outputs/ - when: manual
\ No newline at end of file + when: manual
\ No newline at end of file |