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

Doesn't seem to set the correct environment variables #26

Open
j1z0 opened this issue Jun 22, 2016 · 1 comment
Open

Doesn't seem to set the correct environment variables #26

j1z0 opened this issue Jun 22, 2016 · 1 comment

Comments

@j1z0
Copy link

j1z0 commented Jun 22, 2016

When I setup my travis build as instructed the environment variables BUILD_LEADER adn BUILD_AGGREGATE_STATUS don't seem to get set.

Here is an example build output

https://travis-ci.org/hms-dbmi/encode/jobs/139582366

Also when I look at historic builds for this project (travis_after_all) it doesn't appear as if the env vars are bing set there either. If you check the output of:

after_script:
- echo leader=$BUILD_LEADER status=$BUILD_AGGREGATE_STATUS

I'm guessing its related to python3 because travis build 44 is ok (with python 2.7 as leader) but build 45 doesn't show the values (with python 3.5 as leader). In my case I'm running python 3.4.

the vars are not set. Any idea what might be causing this?

@j1z0
Copy link
Author

j1z0 commented Jun 22, 2016

ok on further investigation it looks like this is the user agent issue, fixed in PR #22.

Can you please merge that PR into master?

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

No branches or pull requests

1 participant