mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-09-23 12:33:10 -04:00
Revert "Do not deploy on native_dyn linux platform."
This reverts commit 8db9def67d99a8649a9b3215dd9555173bb6ef07.
This commit is contained in:
parent
d0ecf70284
commit
8b5715acff
@ -43,13 +43,12 @@ deploy:
|
||||
script: travis/deploy.sh
|
||||
on:
|
||||
tags: true
|
||||
condition: $TRAVIS_OS_NAME = osx || $PLATFORM != native_dyn
|
||||
- provider: script
|
||||
skip_cleanup: true
|
||||
script: travis/deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
condition: $TRAVIS_EVENT_TYPE = cron && ($TRAVIS_OS_NAME = osx || $PLATFORM != native_dyn)
|
||||
condition: $TRAVIS_EVENT_TYPE = cron
|
||||
env:
|
||||
global:
|
||||
- NIGHTLY_DATE=$(date +%Y-%m-%d)
|
||||
|
Loading…
x
Reference in New Issue
Block a user