osmosis-labs / isotonic

Smart Contracts for the Lendex Protocol
MIT License
1 stars 0 forks source link

Give CircleCI access to osmosis-bindings #113

Closed uint closed 2 years ago

uint commented 2 years ago

https://circleci.com/docs/2.0/gh-bb-integration/#enable-your-project-to-check-out-additional-private-repositories

We need Rust tests in our CI to be able to fetch https://github.com/confio/osmosis-bindings

uint commented 2 years ago

@ethanfrey Can we create some kind of confio_ci GitHub user for this?

ethanfrey commented 2 years ago

We can also make it public if you need it. I will do that tonight or tomorrow

ethanfrey commented 2 years ago

But, we have the crate published, why do you need GitHub? Shall we just publish a new version?

uint commented 2 years ago

Ah, my bad. I saw the repo is private + there are no tags, so I assumed there's no release of any kind. Didn't think to check crates.io. This works.

ethanfrey commented 2 years ago

Ah, I guess I forgot to push the v0.1.0 tag. I will do that now