diff options
author | cyBerta <cyberta@riseup.net> | 2018-09-09 23:51:27 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2018-09-09 23:51:27 +0200 |
commit | f87b1162ef8290df15265cdb6ca6bc908609b531 (patch) | |
tree | 07268f7788b9f099f7fe9d0f1464cee62fbbe9c0 | |
parent | 153c7a5fb1316becc7bc0c332e7e03bc5aeb1da7 (diff) |
Revert "add pipeline for custom releases"
This reverts commit 153c7a5fb1316becc7bc0c332e7e03bc5aeb1da7.
-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 |