Merge pull request #3656 from LLK/revert-3651-travis-cron

Revert "attempt to get travis cron job to only run translations"
This commit is contained in:
Benjamin Wheeler 2020-01-28 10:53:27 -05:00 committed by GitHub
commit 1e48a9cb4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,12 +135,13 @@ jobs:
- master
- stage: smoke
script: npm run test:integration:remote
- stage: update translations
script: npm run i18n:push
stages:
- test
if: type != cron
- name: smoke
if: type NOT IN (cron, pull_request)
- name: update translations
if: branch == develop AND type == cron
if: type != pull_request
- provider: script
on:
branch: develop
condition: $TRAVIS_EVENT_TYPE == cron
skip_cleanup: true
script: npm run i18n:push