aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMenny Even Danan <menny@evendanan.net>2019-10-22 18:51:22 +0000
committerMenny Even Danan <menny@evendanan.net>2019-10-23 01:22:35 +0000
commitea50d0a96fd6d0945bbdc911c7ccdb9cee68e58f (patch)
tree145f86bbd9604335dec6e04d37e8e5775b621aa9 /scripts
parentf5fc423121d75a78dfccc6c0bc1d82e6839aceda (diff)
downloadAnySoftKeyboard-ea50d0a96fd6d0945bbdc911c7ccdb9cee68e58f.tar.gz
AnySoftKeyboard-ea50d0a96fd6d0945bbdc911c7ccdb9cee68e58f.tar.bz2
Converting to GitHub Actions
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/ci_deploy.sh8
-rwxr-xr-xscripts/ci/ci_test.sh2
2 files changed, 1 insertions, 9 deletions
diff --git a/scripts/ci/ci_deploy.sh b/scripts/ci/ci_deploy.sh
index 5c0c49ee0..114f3e16d 100755
--- a/scripts/ci/ci_deploy.sh
+++ b/scripts/ci/ci_deploy.sh
@@ -3,7 +3,6 @@ set -e
## Assuming the following environment variables
# BUILD_TYPE
-# REPO_USER
# KEYSTORE_FILE_URL
# PUBLISH_CERT_FILE_URL
@@ -22,13 +21,6 @@ else
exit 1
fi
-if [[ "${REPO_USER}" == "AnySoftKeyboard" ]]; then
- echo "Repo owner is allowed for deploy."
-else
- echo "Invalid repo owner '${REPO_USER}'. Can not deploy."
- exit 1
-fi
-
# from this point, we fail with error when stuff missing, since we want to deploy.
if [[ -z "${KEYSTORE_FILE_URL}" ]]; then
diff --git a/scripts/ci/ci_test.sh b/scripts/ci/ci_test.sh
index e4b3ecfff..a06caa4d8 100755
--- a/scripts/ci/ci_test.sh
+++ b/scripts/ci/ci_test.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -e
-./gradlew --stacktrace -DmaxTestForks=1 --max-workers=3 testDebugUnitTest testDebugUnitTestCoverage -PexcludeTestClasses="**/*AllSdkTest*"
+./gradlew --stacktrace testDebugUnitTest testDebugUnitTestCoverage -PexcludeTestClasses="**/*AllSdkTest*"