Commit 1a96197c authored by Jan Kiene's avatar Jan Kiene
Browse files

Revert "[REVERT] change default branch to test in basop repo"

This reverts commit 33df8b32.
parent 33df8b32
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -125,12 +125,8 @@ 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(
            "ci/complexity-measurement", job, project_id, success_only
            os.environ["CI_DEFAULT_BRANCH"], job, project_id, success_only
        )

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