Trying to run scripts as root, using sudo

This commit is contained in:
David Murphy 2024-11-04 16:50:23 -07:00
parent 0828aa5e41
commit 0a3b4f9b64
No known key found for this signature in database
GPG key ID: 9D7724F37A7424D8
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ jobs:
- name: Bootstrap Salt
run: |
sh -x ./bootstrap-salt.sh
sudo sh -x ./bootstrap-salt.sh
- name: Test Bootstrap
run: |

View file

@ -85,7 +85,7 @@ jobs:
- name: Bootstrap Salt
run: |
sh -x ./bootstrap-salt.sh
sudo sh -x ./bootstrap-salt.sh
- name: Test Bootstrap
run: |