We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e84d5 commit 3709b94Copy full SHA for 3709b94
.github/workflows/build-gitlab-container-PR.yml
@@ -60,7 +60,7 @@ jobs:
60
cd misc-tools
61
make dj_make_chroot
62
sudo ./dj_make_chroot
63
- sudo tar cf "$(pwd)/chroot" chroot.tar
+ sudo tar -cvf chroot.tar "$(pwd)/chroot"
64
65
- run: |
66
sudo find . -name chroot
0 commit comments