CircleCI removes version number
See original GitHub issueI’m investigating whether we are also affected by this issue https://github.com/scikit-learn/scikit-learn/issues/8058, and run into the inconvenience that not only circle ci doesn’t list the SHA of the master head, but our testing header is also truncate the version number (while e.g. travis doesn’t). I’m leaving this issue here in case anyone fancies to dig into it.
example from https://circleci.com/gh/astropy/astropy/866:
platform linux2 -- Python 2.7.6, pytest-2.8.3, py-1.4.30, pluggy-0.3.1
Running tests with Astropy version 2.0.dev.
Running tests in lib.linux-i686-2.7/astropy docs.
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (10 by maintainers)
Top Results From Across the Web
[Cloud] Can I delete a build? - CircleCI Support
We do not delete individual builds on CircleCI. Even If you have accidentally dumped any secret/passwords into your build output.
Read more >Remove CircleCI from Github repo - Feedback & Bug Reports
How can I remove completely CircleCI from my repo? On GitHub, go to repo settings, Webhooks and Services, and delete the CircleCi webhook....
Read more >Can I delete an Orb? - CircleCI Support
Deleting an orb: CircleCI does not support deleting an orb, as publicly released orbs are potentially dependencies for other CircleCI...
Read more >How can I remove an old branch - CircleCI Discuss
A far easier workaround (especially if it's been a while) is to go to the list of branches (https://github.com/your-org/your-repo/branches) ...
Read more >Removing old builds - Build Environment - CircleCI Discuss
I'm looking to remove some initial builds from a newly created project that were incorrectly setup using circle 1.0.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yup, will investigate further and make sure it is no longer an issue for us. But it is highly likely to have already been resolved… Will report back soon.
Thanks, @bsipocz !