From da0d4f6935795abb71c08282eccba583d3062584 Mon Sep 17 00:00:00 2001 From: namrataukirde Date: Wed, 30 May 2018 12:20:46 +0800 Subject: [PATCH 1/4] comment android fastlane step --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 02545d973..6d5f5d9b3 100644 --- a/circle.yml +++ b/circle.yml @@ -62,7 +62,7 @@ deployment: commands: - bundle exec cap production deploy - bundle exec rake production android app:build - - fastlane android beta + # - fastlane android beta - bundle exec rake production ios app:build - fastlane ios beta - curl https://api.rollbar.com/api/1/sourcemap/download -F access_token=$ROLLBAR_KEY -F version=$APP_VERSION -F minified_url=https://admin.goodcity.hk/assets/goodcity.js From 1143f3a579e2afbbcd502367fc52261075ef8991 Mon Sep 17 00:00:00 2001 From: namrataukirde Date: Tue, 12 Jun 2018 15:59:21 +0530 Subject: [PATCH 2/4] uncomment android build step --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 6d5f5d9b3..02545d973 100644 --- a/circle.yml +++ b/circle.yml @@ -62,7 +62,7 @@ deployment: commands: - bundle exec cap production deploy - bundle exec rake production android app:build - # - fastlane android beta + - fastlane android beta - bundle exec rake production ios app:build - fastlane ios beta - curl https://api.rollbar.com/api/1/sourcemap/download -F access_token=$ROLLBAR_KEY -F version=$APP_VERSION -F minified_url=https://admin.goodcity.hk/assets/goodcity.js From c837a9e143a51d91271fe05f6b78ab2b591c3669 Mon Sep 17 00:00:00 2001 From: namrataukirde Date: Mon, 18 Jun 2018 18:00:03 +0530 Subject: [PATCH 3/4] fix ios build --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index e64121e11..024bb45aa 100644 --- a/circle.yml +++ b/circle.yml @@ -63,5 +63,5 @@ deployment: - bundle exec rake production android app:build - bundle exec fastlane android beta - bundle exec rake production ios app:build - - bundle exec fastlane ios beta + - fastlane ios beta - curl https://api.rollbar.com/api/1/sourcemap/download -F access_token=$ROLLBAR_KEY -F version=$APP_VERSION -F minified_url=https://admin.goodcity.hk/assets/goodcity.js From 19a7a26dd4141ce6d86c3424e38c4f5fbbe068da Mon Sep 17 00:00:00 2001 From: Darshan Chauhan Date: Thu, 11 Jul 2019 07:19:37 +0530 Subject: [PATCH 4/4] Version increased --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9bb373b53..e5f83171b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "goodcity", - "version": "0.15.8", + "version": "0.15.9", "description": "The GoodCity Admin app enables administrators to process donated goods.", "private": true, "directories": {