Skip to content

Commit 780e216

Browse files
committed
trigger rebuild on right repo
1 parent 0682d35 commit 780e216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ deploy:
4949
branch: master
5050
name: $CURRENT_VERSION
5151
- provider: script
52-
script: if [[ $TRAVIS_BRANCH == "master" ]]; then bash docker run --rm aemdesign/travis-trigger-build sbb --github_user=${REPO_SLUG_ARRAY[0]} --github_repo=${REPO_SLUG_ARRAY[1]} --github_branch=6.5.0-bundle --travis_token=${TRAVIS_TOKEN}; fi
52+
script: if [[ $TRAVIS_BRANCH == "master" ]]; then bash docker run --rm aemdesign/travis-trigger-build sbb --github_user=${REPO_SLUG_ARRAY[0]} --github_repo=aem --github_branch=6.5.0-bundle --travis_token=${TRAVIS_TOKEN}; fi
5353
- provider: script
54-
script: if [[ $TRAVIS_BRANCH == "master" ]]; then bash docker run --rm aemdesign/travis-trigger-build sbb --github_user=${REPO_SLUG_ARRAY[0]} --github_repo=${REPO_SLUG_ARRAY[1]} --github_branch=6.4.0-bundle --travis_token=${TRAVIS_TOKEN}; fi
54+
script: if [[ $TRAVIS_BRANCH == "master" ]]; then bash docker run --rm aemdesign/travis-trigger-build sbb --github_user=${REPO_SLUG_ARRAY[0]} --github_repo=aem --github_branch=6.4.0-bundle --travis_token=${TRAVIS_TOKEN}; fi
5555

5656
#notifications:
5757
# email: false

0 commit comments

Comments
 (0)