Skip to content
Snippets Groups Projects
Commit c798e4c4 authored by michael.minelli's avatar michael.minelli
Browse files

Config => Add cliPreAlphaReleasePage

parent 7e0a2de1
Branches
Tags
No related merge requests found
......@@ -10,6 +10,7 @@ class Config {
public readonly gitlab: {
cliReleasePage: string
cliPreAlphaReleasePage: string
};
public readonly login: {
......@@ -42,7 +43,8 @@ class Config {
this.versionUpdateInformationPeriodHours = Number(process.env.VERSION_UPDATE_INFORMATION_PERIOD_HOURS || 24);
this.gitlab = {
cliReleasePage: process.env.GITLAB_CLI_RELEASE_PAGE || ''
cliReleasePage : process.env.GITLAB_CLI_RELEASE_PAGE || '',
cliPreAlphaReleasePage: process.env.GITLAB_CLI_PREALPHA_RELEASE_PAGE || ''
};
this.login = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment