From c73325b09acc077ecb0304429ee85c9afc291a4d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 3 Jan 2020 17:31:27 +0100 Subject: [PATCH] Show file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bffe803..e2e7a54 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,7 +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 ../.. + - cd android/app && echo $GOOGLE_SERVICES >> google-services.json && cat google-services.json && cd ../.. - flutter build apk --release artifacts: when: on_success