Skip to content

Commit 3709b94

Browse files
committed
Try again
1 parent 87e84d5 commit 3709b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gitlab-container-PR.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
cd misc-tools
6161
make dj_make_chroot
6262
sudo ./dj_make_chroot
63-
sudo tar cf "$(pwd)/chroot" chroot.tar
63+
sudo tar -cvf chroot.tar "$(pwd)/chroot"
6464
6565
- run: |
6666
sudo find . -name chroot

0 commit comments

Comments
 (0)