Skip to content

Commit cd59482

Browse files
committed
a bit of cleanup to remove time and ls
1 parent faf2611 commit cd59482

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/mirror_data_archive.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
# Compress with number of threads equal to number of CPU cores.
3535
# Compression level 10 is a great compromise of speed and file size.
3636
# File size reductions are diminishing returns after this - determined experimentally.
37-
time tar -c attack_data | zstd --compress -T0 -10 -o $ATTACK_DATA_ARCHIVE_FILE
38-
ls -lah attack_data.tar.zstd
39-
37+
tar -c attack_data | zstd --compress -T0 -10 -o $ATTACK_DATA_ARCHIVE_FILE
4038
4139
# - name: Upload Attack data archive file to S3 Bucket
4240
# run: |

0 commit comments

Comments
 (0)