Unverified Commit 24fa082c authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Revert "attempt to get travis cron job to only run translations"

parent bc618eae
...@@ -135,12 +135,13 @@ jobs: ...@@ -135,12 +135,13 @@ jobs:
- master - master
- stage: smoke - stage: smoke
script: npm run test:integration:remote script: npm run test:integration:remote
- stage: update translations
script: npm run i18n:push
stages: stages:
- test - test
if: type != cron
- name: smoke - name: smoke
if: type NOT IN (cron, pull_request) if: type != pull_request
- name: update translations - provider: script
if: branch == develop AND type == cron on:
branch: develop
condition: $TRAVIS_EVENT_TYPE == cron
skip_cleanup: true
script: npm run i18n:push
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment