Skip to content

Commit 632ff08

Browse files
committed
remove tarball after extraction
1 parent 7e3bcb6 commit 632ff08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-release-client-packages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: |
4141
wget https://github.com/EESSI/filesystem-layer/releases/download/v0.4.0/cvmfs-config-eessi-0.4.0.tar
4242
tar xf cvmfs-config-eessi-0.4.0.tar
43+
rm cvmfs-config-eessi-0.4.0.tar
4344
4445
# We probably should loop over the set {rpm,deb,osxpkg} to create packages, but
4546
# it will make debugging more annoying.

0 commit comments

Comments
 (0)