Skip to content

Commit

Permalink
ci fix: prefer https-based "proton-translations" project cloning url
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Mar 5, 2020
1 parent 811666e commit d0e7ef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const PROVIDER_REPOS: ReadonlyDeep<Record<"WebClient" | "proton-mail-sett
clientId: string;
},
i18nEnvVars: {
I18N_DEPENDENCY_REPO: "git@github.com:ProtonMail/proton-translations.git";
I18N_DEPENDENCY_REPO: "https://github.com/ProtonMail/proton-translations.git";
I18N_DEPENDENCY_BRANCH: string;
I18N_DEPENDENCY_BRANCH_V4?: string;
};
Expand All @@ -86,7 +86,7 @@ export const PROVIDER_REPOS: ReadonlyDeep<Record<"WebClient" | "proton-mail-sett
// "proton-i18n" project requires some env vars to be set
// see https://github.com/ProtonMail/WebClient/issues/176#issuecomment-595111186
i18nEnvVars: {
I18N_DEPENDENCY_REPO: "git@github.com:ProtonMail/proton-translations.git",
I18N_DEPENDENCY_REPO: "https://github.com/ProtonMail/proton-translations.git",
I18N_DEPENDENCY_BRANCH: "webmail",
I18N_DEPENDENCY_BRANCH_V4: "webmail-v4",
},
Expand All @@ -101,7 +101,7 @@ export const PROVIDER_REPOS: ReadonlyDeep<Record<"WebClient" | "proton-mail-sett
clientId: "WebMailSettings",
},
i18nEnvVars: {
I18N_DEPENDENCY_REPO: "git@github.com:ProtonMail/proton-translations.git",
I18N_DEPENDENCY_REPO: "https://github.com/ProtonMail/proton-translations.git",
I18N_DEPENDENCY_BRANCH: "fe-mail-settings",
},
},
Expand All @@ -115,7 +115,7 @@ export const PROVIDER_REPOS: ReadonlyDeep<Record<"WebClient" | "proton-mail-sett
clientId: "WebContacts",
},
i18nEnvVars: {
I18N_DEPENDENCY_REPO: "git@github.com:ProtonMail/proton-translations.git",
I18N_DEPENDENCY_REPO: "https://github.com/ProtonMail/proton-translations.git",
I18N_DEPENDENCY_BRANCH: "fe-contacts",
},
},
Expand All @@ -129,7 +129,7 @@ export const PROVIDER_REPOS: ReadonlyDeep<Record<"WebClient" | "proton-mail-sett
clientId: "WebCalendar",
},
i18nEnvVars: {
I18N_DEPENDENCY_REPO: "git@github.com:ProtonMail/proton-translations.git",
I18N_DEPENDENCY_REPO: "https://github.com/ProtonMail/proton-translations.git",
I18N_DEPENDENCY_BRANCH: "fe-calendar",
},
},
Expand Down

0 comments on commit d0e7ef3

Please sign in to comment.