Commit 33df8b32 authored by Jan Kiene's avatar Jan Kiene
Browse files

[REVERT] change default branch to test in basop repo

parent d4bdd4e1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -125,8 +125,12 @@ def get_artifacts_for_jobs_and_return_num_failed(
    failed_count = 0

    for job in jobs:
        # TODO: revert
        # job_id = get_job_id(
        #     os.environ["CI_DEFAULT_BRANCH"], job, project_id, success_only
        # )
        job_id = get_job_id(
            os.environ["CI_DEFAULT_BRANCH"], job, project_id, success_only
            "ci/complexity-measurement", job, project_id, success_only
        )

        print(f"{job_id} - {job}")