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
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
If an initial build is done with a username provided in config.ini then the feature branch teardown will fail, as it currently assumes the username is the database name.
We should check for a feature branch build and a database username in config.ini, and if both are present we should abort, as providing a database username for a feature branch build makes no sense - developers shouldn't do that.