mirror of
https://github.com/NiciDieNase/chaosflix
synced 2024-11-10 06:44:17 +00:00
update circleci-config to use image with java8 and enable appcenter-upload for hotfix-branches
This commit is contained in:
parent
be45efb4a0
commit
b999f05d9d
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,8 @@ references:
|
||||||
|
|
||||||
container_config: &container_config
|
container_config: &container_config
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/android:api-28
|
# - image: circleci/android:api-28
|
||||||
|
- image: circleci/android@sha256:061e2535826cc3fe4c4a440e716bf06c36c80401ee635c339c6803b3e427ebb3
|
||||||
|
|
||||||
working_directory: *workspace_root
|
working_directory: *workspace_root
|
||||||
|
|
||||||
|
@ -299,6 +300,7 @@ workflows:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- develop
|
- develop
|
||||||
|
- hotfix/*
|
||||||
- publish-play:
|
- publish-play:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
|
Loading…
Reference in a new issue