Skip to content

Commit 7e3bcb6

Browse files
committed
include old client config for eessi-hpc.org
1 parent f1efde8 commit 7e3bcb6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
echo "localhost ansible_connection=local" > inventory/hosts
3737
ansible-playbook ./prepare-client-packages.yml
3838
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
43+
3944
# We probably should loop over the set {rpm,deb,osxpkg} to create packages, but
4045
# it will make debugging more annoying.
4146

0 commit comments

Comments
 (0)