Skip to content

Commit

Permalink
Merge pull request #10 from grycap/devel
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
micafer authored Jul 5, 2024
2 parents 8c3d152 + fc2c4d3 commit e585467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
matrix:
distro:
- centos8
- ubuntu1804
# - centos8
# - ubuntu1804
- ubuntu2004
# - ubuntu2204
- debian10
Expand Down
2 changes: 1 addition & 1 deletion tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@

- name: Add apt KIT repository debian
apt_repository:
repo: deb [signed-by=/etc/apt/trusted.gpg.d/kitrepo-archive.asc] https://repo.data.kit.edu/debian/{{ansible_distribution_version}} ./
repo: deb [signed-by=/etc/apt/trusted.gpg.d/kitrepo-archive.asc] https://repo.data.kit.edu/debian/{{ansible_distribution_major_version}} ./
state: present

0 comments on commit e585467

Please sign in to comment.