Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove travis_wait from remote repo docker build #698

Merged
merged 1 commit into from Oct 19, 2017

Conversation

tomkinsc
Copy link
Member

No description provided.

@@ -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"
Copy link
Member

Choose a reason for hiding this comment

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

is env UPSTREAM_BRANCH=$TRAVIS_BRANCH ./travis/tests-unit.sh correct? Or should it be UPSTREAM_BRANCH=$TRAVIS_BRANCH; ./travis/tests-unit.sh?

@dpark01 dpark01 merged commit db53e0f into master Oct 19, 2017
@dpark01 dpark01 deleted the ct-remove-docker-travis-wait branch October 20, 2017 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants