Skip to content

Commit

Permalink
chore: Trigger Open Hub build from this site build
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Jan 6, 2019
1 parent 8545b1b commit 1f50cab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ after_deploy:
- aws configure set preview.cloudfront true
- test $TRAVIS_BRANCH = "master" && aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
- test $TRAVIS_BRANCH = "staging" && aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_STAGING_DISTRIBUTION_ID --paths "/*"
jobs:
include:
- stage: trigger downstream
jdk: oraclejdk8
script: |
echo "TRAVIS_BRANCH=$TRAVIS_BRANCH TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST"
if [[ ($TRAVIS_BRANCH == master) &&
($TRAVIS_PULL_REQUEST == false) ]] ; then
curl -LO --retry 3 https://raw.github.com/mernst/plume-lib/master/bin/trigger-travis.sh
sh trigger-travis.sh riboseinc open.ribose.com $TRAVIS_ACCESS_TOKEN
fi

1 comment on commit 1f50cab

@strogonoff
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build broken while we’re working on the pilot implementation of riboseinc/jekyll-theme-open-project#40.

Please sign in to comment.