Skip to content

Commit

Permalink
Updated location for bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 21, 2024
1 parent 86361eb commit f18a79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python 3.11 For Nox
- name: Set up Python 3.10 For Nox
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.10

- name: Install Nox
run: |
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Install Salt
run: |
curl -L https://bootstrap.saltstack.com | sudo sh -s -- -M -X -x python3 stable ${{ matrix.salt-version }}
curl -L https://github.com/saltstack/salt-bootstrap/releases/latest/download/bootstrap-salt.sh | sudo sh -s -- -M -X -x python3 stable ${{ matrix.salt-version }}
sudo apt-get install -y salt-api salt-ssh salt-syndic salt-cloud python3-pip
for service in $(sudo systemctl list-unit-files | grep salt | grep -v @ | awk '{ print $1 }'); do sudo systemctl stop "$service"; done
Expand Down

0 comments on commit f18a79b

Please sign in to comment.