From 9113afda37abb8e70ef1a18f31ebb727f65202d3 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 3 Jan 2020 17:24:47 +0100 Subject: [PATCH] Add googleservicesjson to ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ac3fef..bffe803 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,6 +36,7 @@ build_android_fdroid: - cd android && echo "keyPassword=${FDROID_KEY_PASS}" >> key.properties && cd .. - cd android && echo "keyAlias=key" >> key.properties && cd .. - cd android && echo "storeFile=../key.jks" >> key.properties && cd .. + - cd android/app && echo $GOOGLE_SERVICES >> google-services.json && ls && cd ../.. - flutter build apk --release artifacts: when: on_success