Upgrade salt-master to 3005.1-2 Phosphorus
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -26,7 +26,7 @@ The full log with the outputted error.
|
||||
**Version report (please complete the following information):**
|
||||
- Host OS: [e.g. `uname -a`]
|
||||
- Docker: [e.g. `docker --version`]
|
||||
- Image tag: [e.g. `3005.1_2`]
|
||||
- Image tag: [e.g. `3005.1-2`]
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
|
||||
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user