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

Config => Add cliPreAlphaReleasePage

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