Skip to content

Commit ad10d84

Browse files
authored
Add checkpoint printing for tar command (#81)
1 parent 5975172 commit ad10d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mount_rubikpi3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Set variables
21

32
base_image=$1
43
script=$2
@@ -211,4 +210,5 @@ find photonvision_rubikpi3 -mindepth 1 -type d -empty -delete
211210
# Set output for later steps
212211
# Save the rootfs image path for later steps
213212
echo "rootfs_image=$ROOTFS_IMG" >> $GITHUB_ENV
214-
tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz photonvision_rubikpi3
213+
tar -I 'xz -T0' -cf photonvision_rubikpi3.tar.xz photonvision_rubikpi3 --checkpoint=10000 --checkpoint-action=echo='%T'
214+

0 commit comments

Comments
 (0)