summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@gmail.com>2018-04-22 20:26:49 -0700
committerPierre Grandin <grandinp@gmail.com>2018-04-22 20:26:49 -0700
commit8fbc9447140adecc721ec7e3e6c6603fa4e5f9b7 (patch)
tree43bafafd440557d295634e3623703e62974ef7cd
parentcd4f9183c1993c312634804182aa0466016e01a4 (diff)
downloadnavit-8fbc9447140adecc721ec7e3e6c6603fa4e5f9b7.tar.gz
Push to playstore from the android build, not a seperate step
-rw-r--r--.circleci/config.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 28ad27a14..d365e35bd 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -186,18 +186,6 @@ jobs:
- run:
name: Update results to Github
command: export GIT_TERMINAL_PROMPT=0 && git push origin $CIRCLE_SHA1:refs/heads/master
- upload_to_googleplay:
- <<: *defaults
- steps:
- - checkout
- - run:
- name: Install certs
- command: apt-get update && apt-get -y install ca-certificates git python-pip
- - restore_cache:
- key : navit-android-arm-{{ .Revision }}
- - run:
- name: Update beta channel on PlayStore
- command: bash ci/publish.sh
workflows:
version: 2
build_all:
@@ -233,9 +221,3 @@ workflows:
filters:
branches:
only: /^trunk$/
- - upload_to_googleplay:
- requires:
- - build_android_arm
- filters:
- branches:
- only: /^googleplay_upload$/