Skip to content

Commit

Permalink
Removed ci/cd printing
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Jun 8, 2024
1 parent a305107 commit 4b59cea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ check-merges-reproducibility:
@set -e; \
for idx in $(shell tail -n +2 $(CSV_RESULTS) | awk -F, '{print $$1}'); do \
src/python/replay_merge.py --testing --merges_csv $(CSV_RESULTS) -skip_build -delete_workdir --idx $$idx; \
df -h; \
du -sh repos; \
du -sh *; \
done

protect-repos:
Expand Down

0 comments on commit 4b59cea

Please sign in to comment.