Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Fix crossdock #203

Merged
merged 5 commits into from
Jun 26, 2017
Merged

Fix crossdock #203

merged 5 commits into from
Jun 26, 2017

Conversation

black-adder
Copy link
Contributor

If the environment variable is empty, default to UDP. This is breaking the crossdock tests for all jaeger repos.

@@ -10,7 +10,7 @@ export TAG=`if [ "$BRANCH" == "master" ]; then echo "latest"; else echo "${BRANC
echo "TRAVIS_BRANCH=$TRAVIS_BRANCH, REPO=$REPO, PR=$PR, BRANCH=$BRANCH, TAG=$TAG"

# Only push the docker container to Docker Hub for master branch
if [ "$BRANCH" == "master" ]; then echo 'upload to Docker Hub'; else echo 'skip docker upload for PR'; exit 0; fi
#if [ "$BRANCH" == "master" ]; then echo 'upload to Docker Hub'; else echo 'skip docker upload for PR'; exit 0; fi
Copy link
Contributor Author

Choose a reason for hiding this comment

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

will revert back after testing this works with other repos

@codecov-io
Copy link

codecov-io commented Jun 26, 2017

Codecov Report

Merging #203 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #203   +/-   ##
=========================================
  Coverage     80.22%   80.22%           
  Complexity      473      473           
=========================================
  Files            79       79           
  Lines          1846     1846           
  Branches        216      216           
=========================================
  Hits           1481     1481           
  Misses          274      274           
  Partials         91       91

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da34866...b8bb118. Read the comment docs.

@black-adder black-adder merged commit d251c18 into master Jun 26, 2017
@black-adder black-adder deleted the fix_crossdockv2 branch June 26, 2017 20:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants