You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test install.sh, we run it in Docker containers to test that it works okay. This is fine, but creates a problem for releases. install.sh inspects the local version and tries to pull that from github releases, but when you're releasing a new version that release isn't up yet and the build fails.
To test
install.sh
, we run it in Docker containers to test that it works okay. This is fine, but creates a problem for releases.install.sh
inspects the local version and tries to pull that from github releases, but when you're releasing a new version that release isn't up yet and the build fails.Examples
We need to rethink how we run this test as part of our release process.
The text was updated successfully, but these errors were encountered: