Skip to content

Commit

Permalink
remove old setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dalerichardson committed Feb 21, 2024
1 parent 460904c commit 07926bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-salt-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
# Install salt
- run: touch /etc/fstab
- run: curl -sSL -o /etc/yum.repos.d/salt.repo ${{ env.SALT_REPO_URL }}
- run: sudo docker exec centos-${OS_VERSION} systemctl start firewalld
- run: >-
mapfile -t REQUIREMENTS < <(cat ${{ format(inputs.salt-requirements-files, inputs.salt-os-version) }}) &&
yum install -y "${REQUIREMENTS[@]}"
Expand Down

0 comments on commit 07926bd

Please sign in to comment.