mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Trying to run scripts as root, using sudo
This commit is contained in:
parent
0828aa5e41
commit
0a3b4f9b64
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test-linux.yml
vendored
2
.github/workflows/test-linux.yml
vendored
|
@ -77,7 +77,7 @@ jobs:
|
|||
|
||||
- name: Bootstrap Salt
|
||||
run: |
|
||||
sh -x ./bootstrap-salt.sh
|
||||
sudo sh -x ./bootstrap-salt.sh
|
||||
|
||||
- name: Test Bootstrap
|
||||
run: |
|
||||
|
|
2
.github/workflows/test-macos.yml
vendored
2
.github/workflows/test-macos.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
|
||||
- name: Bootstrap Salt
|
||||
run: |
|
||||
sh -x ./bootstrap-salt.sh
|
||||
sudo sh -x ./bootstrap-salt.sh
|
||||
|
||||
- name: Test Bootstrap
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue