Skip to content

Commit

Permalink
include old client config for eessi-hpc.org
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed Nov 21, 2023
1 parent f1efde8 commit 7e3bcb6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-release-client-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
echo "localhost ansible_connection=local" > inventory/hosts
ansible-playbook ./prepare-client-packages.yml
- name: Include the old eessi-hpc.org config as well for now
run: |
wget https://github.com/EESSI/filesystem-layer/releases/download/v0.4.0/cvmfs-config-eessi-0.4.0.tar
tar xf cvmfs-config-eessi-0.4.0.tar
# We probably should loop over the set {rpm,deb,osxpkg} to create packages, but
# it will make debugging more annoying.

Expand Down

0 comments on commit 7e3bcb6

Please sign in to comment.