Skip to content

Commit

Permalink
tests-long -> tests-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Feb 22, 2017
1 parent dcf8035 commit b7c7c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/trigger-tests-in-other-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if [ ! -z "$TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO" ]; then
echo "TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO is defined"
# if this is a tagged release add that information to the dependent build request
if [ -n "$TRAVIS_TAG" ]; then
./travis/trigger-travis.sh --script "env UPSTREAM_BRANCH=$TRAVIS_BRANCH UPSTREAM_TAG=$TRAVIS_TAG bash ./travis/tests-long.sh" broadinstitute viral-ngs-deploy $TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO #"UPSTREAM_BRANCH=$TRAVIS_BRANCH UPSTREAM_TAG=$TRAVIS_TAG"
./travis/trigger-travis.sh --script "env UPSTREAM_BRANCH=$TRAVIS_BRANCH UPSTREAM_TAG=$TRAVIS_TAG bash ./travis/tests-unit.sh" broadinstitute viral-ngs-deploy $TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO #"UPSTREAM_BRANCH=$TRAVIS_BRANCH UPSTREAM_TAG=$TRAVIS_TAG"
else
./travis/trigger-travis.sh --script "env UPSTREAM_BRANCH=$TRAVIS_BRANCH bash ./travis/tests-long.sh" broadinstitute viral-ngs-deploy $TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO #"UPSTREAM_BRANCH=$TRAVIS_BRANCH"
./travis/trigger-travis.sh --script "env UPSTREAM_BRANCH=$TRAVIS_BRANCH bash ./travis/tests-unit.sh" broadinstitute viral-ngs-deploy $TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO #"UPSTREAM_BRANCH=$TRAVIS_BRANCH"
fi
else
echo "TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO is undefined. Check the secure variable."
Expand Down

0 comments on commit b7c7c30

Please sign in to comment.