Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Merge pull request #875 from JanMikes/fix-travis-cron-monorepo-split
Browse files Browse the repository at this point in the history
[WIP] Fixes monorepo splitting by travis cron job
  • Loading branch information
TomasVotruba authored Jun 12, 2018
2 parents 54ea347 + 78ae2fd commit b2e523d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ after_script:
fi
# split monorepo to packages (done via Travis Cron Job)
- if [[ $TRAVIS_EVENT_TYPE = "cron" && $MONOREPO_SPLIT != "" ]]; then bin/subtree-split-last-tag.sh; fi
- |
echo $TRAVIS_EVENT_TYPE
echo $MONOREPO_SPLIT
notifications:
email: never

0 comments on commit b2e523d

Please sign in to comment.