feat(gerrit): make the gitilesBaseUrl config mandatory
Signed-off-by: Niklas Aronsson <niklasar@axis.com>
This commit is contained in:
Vendored
+5
@@ -151,6 +151,11 @@ export interface Config {
|
||||
* @visibility frontend
|
||||
*/
|
||||
baseUrl?: string;
|
||||
/**
|
||||
* The gitiles base url.
|
||||
* @visibility frontend
|
||||
*/
|
||||
gitilesBaseUrl: string;
|
||||
/**
|
||||
* The base url for cloning repos.
|
||||
* @visibility frontend
|
||||
|
||||
Reference in New Issue
Block a user