Skip to content

Commit 89d5422

Browse files
authored
Merge pull request #1284 from cmu-delphi/fix-tidy-job
Ignore existing *.tgz files when creating tidy archives
2 parents 04d6185 + f5cffe5 commit 89d5422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facebook/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tidy: receiving
5454
cp params.json tidy/
5555
mv $(RECEIVING)/*.csv tidy/$(RECEIVING)
5656
mv $(INDIVIDUAL)/*.csv* tidy/$(INDIVIDUAL)
57-
tar -czf scratch/tidy-`date +"%Y-%m-%d-%H%M%S"`.tgz tidy
57+
tar -czf scratch/tidy-`date +"%Y-%m-%d-%H%M%S"`.tgz --exclude='tidy-*.tgz' tidy
5858
mv scratch/*.tgz tidy/
5959

6060
clean:

0 commit comments

Comments
 (0)