Skip to content

Commit

Permalink
Deploy to testing track on every master commit
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Mar 9, 2019
1 parent 69c49e8 commit 51c9a78
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .circleci/config.yml
Expand Up @@ -54,11 +54,6 @@ clean_secrets: &clean_secrets
name: Cleanup secrets name: Cleanup secrets
command: signing/cleanup.sh command: signing/cleanup.sh


workflow_filter_all: &workflow_filter_all
filters:
tags:
only: /.*/

jobs: jobs:
build_debug: build_debug:
<<: *config_android <<: *config_android
Expand Down Expand Up @@ -145,22 +140,17 @@ workflows:
version: 2 version: 2
build_test_deploy: build_test_deploy:
jobs: jobs:
- build_debug: - build_debug
<<: *workflow_filter_all
- build_release: - build_release:
requires: requires:
- build_debug - build_debug
<<: *workflow_filter_all
- check: - check:
requires: requires:
- build_debug - build_debug
<<: *workflow_filter_all
- deploy_to_play: - deploy_to_play:
requires: requires:
- check - check
- build_release - build_release
filters: filters:
tags:
only: /^v.*/
branches: branches:
ignore: /.*/ only: master

0 comments on commit 51c9a78

Please sign in to comment.