This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Description
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.