mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 14:52:13 -04:00
Prevent builds of pushed branches unless it is a tag
This commit is contained in:
parent
55aa28e7d2
commit
3a329a95f0
@ -8,6 +8,8 @@ env:
|
|||||||
global:
|
global:
|
||||||
- ANDROID_TARGET=android-22
|
- ANDROID_TARGET=android-22
|
||||||
- ANDROID_ABI=armeabi-v7a
|
- ANDROID_ABI=armeabi-v7a
|
||||||
|
-
|
||||||
|
if: type != push OR tag IS present
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- openssl aes-256-cbc -K $encrypted_82adfa9c3806_key -iv $encrypted_82adfa9c3806_iv -in secrets.tar.enc -out secrets.tar -d
|
- openssl aes-256-cbc -K $encrypted_82adfa9c3806_key -iv $encrypted_82adfa9c3806_iv -in secrets.tar.enc -out secrets.tar -d
|
||||||
@ -79,7 +81,7 @@ deploy:
|
|||||||
file_glob: true
|
file_glob: true
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
overwrite: true
|
overwrite: true
|
||||||
# body: "$APP_CHANGELOG" broken because travis can't escape newlines
|
#body: "$APP_CHANGELOG" broken because travis can't escape newlines https://github.com/travis-ci/dpl/issues/155
|
||||||
draft: true
|
draft: true
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user