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

Fix CircleCI uploads #15

Merged
merged 2 commits into from
Aug 9, 2016
Merged

Fix CircleCI uploads #15

merged 2 commits into from
Aug 9, 2016

Conversation

jakirkham
Copy link
Member

Fixes #1

Closes #7
Closes #14


After some issues trying to get packages to upload from CircleCI on Linux, it seems like this has the magic ingredients. This was determined through trial and error in PR ( https://github.com//pull/14 ).

Basically we skip the tests on Linux. This makes me a little nauseous as we should be fixing whatever is going wrong with the tests to get the upload to happen not ignoring them outright. However, we need to be practical. Doing this gives use somewhere to start.

cc @pelson

@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@jakirkham jakirkham changed the title Fix linux uploads Fix CircleCI uploads Aug 9, 2016
@jakirkham
Copy link
Member Author

Bumped the build number as the build has changed. Also this gives us a chance to see if this is in fact working on CircleCI again as a sanity check.

@jakirkham jakirkham merged commit 9d16261 into conda-forge:master Aug 9, 2016
@jakirkham jakirkham deleted the fix_linux_uploads branch August 9, 2016 12:25
@jakirkham jakirkham mentioned this pull request Aug 9, 2016
#
# https://github.com/conda-forge/erlang-feedstock/issues/1
#
if [ "$(uname)" == "Linux" ]
Copy link
Member Author

Choose a reason for hiding this comment

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

Would help if we skipped Linux. 🤦 Please see PR ( #17 ).

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.

CircleCI not uploading binaries
2 participants