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 632ff08 commit e232d01Copy full SHA for e232d01
.github/workflows/build-test-release-client-packages.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Include the old eessi-hpc.org config as well for now
40
run: |
41
wget https://github.com/EESSI/filesystem-layer/releases/download/v0.4.0/cvmfs-config-eessi-0.4.0.tar
42
- tar xf cvmfs-config-eessi-0.4.0.tar
+ tar -C ./package -xf cvmfs-config-eessi-0.4.0.tar
43
rm cvmfs-config-eessi-0.4.0.tar
44
45
# We probably should loop over the set {rpm,deb,osxpkg} to create packages, but
0 commit comments