From db1f5440855eeb333aca8d05049bbbaa2fbc11a5 Mon Sep 17 00:00:00 2001 From: Chris Tomkins-Tinch Date: Thu, 19 Oct 2017 12:11:57 -0400 Subject: [PATCH] remove travis_wait from remote repo docker build --- travis/trigger-tests-in-other-repo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/travis/trigger-tests-in-other-repo.sh b/travis/trigger-tests-in-other-repo.sh index ca5d0feac..a306e3db4 100755 --- a/travis/trigger-tests-in-other-repo.sh +++ b/travis/trigger-tests-in-other-repo.sh @@ -13,13 +13,13 @@ if [ "$JOB_NUMBER" == "1" ]; then echo "TRAVIS_ACCESS_TOKEN_FOR_OTHER_REPO is defined. Triggering downstream repo..." # if this is a tagged release add that information to the dependent build request if [ -n "$TRAVIS_TAG" ]; then - ./travis/trigger-travis.sh --script "travis_wait 75 env UPSTREAM_BRANCH=$TRAVIS_BRANCH UPSTREAM_TAG=$TRAVIS_TAG ./travis/tests-unit.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 ./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 "travis_wait 75 env UPSTREAM_BRANCH=$TRAVIS_BRANCH ./travis/tests-unit.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 ./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." fi else echo "Not triggering, this is not the first job in the upstream build matrix." -fi \ No newline at end of file +fi