Browse Source

SONAR-16405 Manual on-boarding CFamily tutorials now link to "otherci" repository examples

We have renamed the *-manual-sq examples to *-otherci-sq for consistency with the *-otherci-sc examples in the https://github.com/sonarsource-cfamily-examples organization.
tags/9.5.0.56709
Arseniy Zaostrovnykh 2 years ago
parent
commit
b2ade9f0fd

+ 2
- 2
server/sonar-web/src/main/js/components/tutorials/components/GithubCFamilyExampleRepositories.tsx View File

@@ -42,8 +42,8 @@ const CI_SEARCH_MAP = {
[TutorialModes.GitHubActions]: 'gh-actions',
[TutorialModes.GitLabCI]: 'gitlab',
[TutorialModes.BitbucketPipelines]: 'bitbucket',
[TutorialModes.Manual]: 'manual',
[TutorialModes.OtherCI]: 'manual'
[TutorialModes.Manual]: 'otherci',
[TutorialModes.OtherCI]: 'otherci'
};

export default function GithubCFamilyExampleRepositories(

Loading…
Cancel
Save