Upgrade salt-master to 3005.1-2 Phosphorus

This commit is contained in:
Carlos Álvaro
2022-11-10 15:50:54 +01:00
parent 1fa0971b75
commit 8057041774
8 changed files with 18 additions and 11 deletions

View File

@@ -133,11 +133,13 @@ jobs:
- name: Install and configure salt-minion
run: |
# Install salt-minion from salt repos
VERSION=$(cat VERSION)
curl -o bootstrap-salt.sh -L https://bootstrap.saltproject.io
chmod +x bootstrap-salt.sh
sudo ./bootstrap-salt.sh -dXP stable $(cat VERSION)
sudo ./bootstrap-salt.sh -dXP stable "${VERSION%%-*}"
sudo systemctl stop salt-minion
sudo systemctl disable salt-minion
sudo rm -f /var/log/salt/minion
- name: Execute basic tests
if: always()