rust-lang / crates-build-env

Build environment for third-party Rust crates
MIT License
69 stars 89 forks source link

Ensure "DOCKER_{PASSWORD,USERNAME}" are set prior to deployment on AppVeyor #8

Closed ecstatic-morse closed 5 years ago

ecstatic-morse commented 5 years ago

The AppVeyor publish.ps script will fail cryptically if DOCKER_USERNAME is not set.

pietroalbini commented 5 years ago

Thanks! Now I need to figure out why AppVeyor didn't save the environment variables... Let's try again...

pietroalbini commented 5 years ago

It worked :tada:

https://ci.appveyor.com/project/rust-lang-libs/crates-build-env/builds/22515516

The build is also live on Docker Hub.