Commit e7221fdb authored by Jan Kiene's avatar Jan Kiene
Browse files

remove temporary change

parent 1ee436ba
Loading
Loading
Loading
Loading
Loading
+1 −11
Original line number Diff line number Diff line
@@ -73,17 +73,7 @@ def get_artifacts_for_jobs_and_return_num_failed(
    failed_count = 0

    for job in jobs:
        print(os.environ["CI_DEFAULT_BRANCH"], job, project_id, success_only)
        # TODO: change back before merginG!!
        # job_id = get_job_id(
        #     os.environ["CI_DEFAULT_BRANCH"], job, project_id, success_only
        # )
        job_id = get_job_id(
            "ci/setup_gitlab_pages_for_ci_result_presentation",
            job,
            project_id,
            success_only,
        )
        job_id = get_job_id( os.environ["CI_DEFAULT_BRANCH"], job, project_id, success_only)

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