From 858390d8858b89a092236e1142075cdb2a132d81 Mon Sep 17 00:00:00 2001
From: Igor Markin <igor.markin@vereign.com>
Date: Mon, 12 Aug 2019 11:09:18 +0000
Subject: [PATCH] Copy key.properties to android dir

---
 .gitlab-ci.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1c6435f..c9bc953 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,5 +8,6 @@ build:
   tags:
     - macos 
   script:
-    - make
+    - cp $HOME/key.properties ./android/key.properties
+    - make build-android
 
-- 
GitLab