aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2020-01-30 02:40:14 +0000
committerMenny Even Danan <menny@evendanan.net>2020-01-30 17:20:16 +0000
commite1a5859f96d5d1a7b036797562cf245ab2b3e2d4 (patch)
treefc597c02d4de0b38201ff695da6fa71b947be450 /scripts
parente3eabe6e3ed7a33ee3048f62d5857665d8d3383a (diff)
downloadAnySoftKeyboard-e1a5859f96d5d1a7b036797562cf245ab2b3e2d4.tar.gz
AnySoftKeyboard-e1a5859f96d5d1a7b036797562cf245ab2b3e2d4.tar.bz2
consolidate versioning and APK configuration
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci_deploy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ci/ci_deploy.sh b/scripts/ci/ci_deploy.sh
index ed7a594b0..9d31c978a 100755
--- a/scripts/ci/ci_deploy.sh
+++ b/scripts/ci/ci_deploy.sh
@@ -26,6 +26,6 @@ if [[ "${DEPLOY_TASKS}" == *"publish"* ]]; then
wget ${PUBLISH_CERT_FILE_URL} -q -O /tmp/apk_upload_key.p12
fi
-./gradlew --stacktrace -PwithAutoVersioning ${DEPLOY_TASKS} generateFdroidYamls
+./gradlew --stacktrace -PwithAutoVersioning ${DEPLOY_TASKS}
-[[ -n "${GITHUB_ACTIONS}" ]] && chmod -R a+rwx . \ No newline at end of file
+[[ -n "${GITHUB_ACTIONS}" ]] && chmod -R a+rwx .