diff options
| author | Menny Even Danan <menny@evendanan.net> | 2019-10-22 11:31:06 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2019-10-22 14:03:56 +0000 |
| commit | 91f919c2f799b68481e169e9b06c14a9cde39972 (patch) | |
| tree | 73c93555bc0a0c2bf8a4e8e87253d9b8b57103c7 /scripts/ci/ci_deploy.sh | |
| parent | f57d7695037d12dfcd3e822f9e728d12b60348e8 (diff) | |
| download | AnySoftKeyboard-91f919c2f799b68481e169e9b06c14a9cde39972.tar.gz AnySoftKeyboard-91f919c2f799b68481e169e9b06c14a9cde39972.tar.bz2 | |
Release build in PR
Diffstat (limited to 'scripts/ci/ci_deploy.sh')
| -rwxr-xr-x | scripts/ci/ci_deploy.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/ci/ci_deploy.sh b/scripts/ci/ci_deploy.sh index df07cffbc..7ff7c8d04 100755 --- a/scripts/ci/ci_deploy.sh +++ b/scripts/ci/ci_deploy.sh @@ -13,6 +13,9 @@ elif [[ "${BUILD_TYPE}" == "release" ]]; then echo "Deploy build-type RELEASE from 'release-branch'." cp app/src/main/play/release-notes/en-US/alpha.txt app/src/main/play/release-notes/en-US/beta.txt BUILD_TYPE="-DdeployChannel=beta assembleRelease publishRelease" +elif [[ "${BUILD_TYPE}" == "dry-run-release" ]]; then + echo "Dry Run Deploy build-type RELEASE." + BUILD_TYPE="-DdeployChannel=alpha assembleRelease" else echo "Invalid build type. Can not deploy." exit 1 @@ -41,3 +44,5 @@ echo "Downloading signature files..." wget ${KEYSTORE_FILE_URL} -q -O /tmp/anysoftkeyboard.keystore wget ${PUBLISH_CERT_FILE_URL} -q -O /tmp/apk_upload_key.p12 ./gradlew --stacktrace -PwithAutoVersioning ${BUILD_TYPE} generateFdroidYamls + +cat outputs/fdroid.yaml
\ No newline at end of file |
