Skip to content
Snippets Groups Projects
Commit fc089f83 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Update Reporting.cs

parent 1c5e7803
No related branches found
No related tags found
1 merge request!1New: KPI Generator Base Implementation
Pipeline #792650 passed
using Coscine.Configuration;
using Coscine.Configuration;
using Coscine.Metadata;
using GitLabApiClient;
using GitLabApiClient.Models.Commits.Requests.CreateCommitRequest;
......@@ -104,7 +104,7 @@ public abstract class Reporting<O> where O : class
private List<Organization> FetchOrganizations()
{
var organizations = new List<Organization>();
var organizationsGroupId = 23782; // Oraganisations GitLab Group URL: https://git.rwth-aachen.de/coscine/graphs/organisations
var organizationsGroupId = 23782; // Organisations GitLab Group URL: https://git.rwth-aachen.de/coscine/graphs/organisations
var organizationsGroup = GitLabClient.Groups.GetAsync(organizationsGroupId).Result;
foreach (var project in organizationsGroup.Projects)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment