commit e70e68df157884277472c23c14c3fe45182ef760
parent fb45bb2ad93fbb15882c4d16cee542cd78bb5a69
Author: Iván Ávalos <avalos@disroot.org>
Date: Tue, 18 Jun 2024 17:08:20 -0600
Uncomment build command in CI
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/ci/jobs/2-wallet-deploy/deploy.sh b/contrib/ci/jobs/2-wallet-deploy/deploy.sh
@@ -16,7 +16,7 @@ set -x
cp "${NIGHTLY_KEYSTORE}" /root/.android/debug.keystore
# Build the APK
-#./gradlew :wallet:assembleNightlyRelease
+./gradlew :wallet:assembleNightlyRelease
# Copy the APK to artifacts folder
mkdir -p "${ARTIFACT_PATH}"