Commit 438277cd authored by Bolea Sanchez, Vicente Adolfo's avatar Bolea Sanchez, Vicente Adolfo
Browse files

Revert "Ascent,CI: do not report sync script build"

This reverts commit f4f7d246.
parent ebaf0ae2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -517,9 +517,6 @@ class SpackCIBridge(object):
            if not pipelines:
                continue
            for sha, pipeline in pipelines.items():
                # Pass on schedule builds
                if pipeline['source'] == 'schedule':
                    continue
                post_data = self.make_status_for_pipeline(pipeline)
                if not post_data:
                    continue