mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Removed use of sudo
This commit is contained in:
parent
46fdd9ed68
commit
efe775e630
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-linux.yml
vendored
3
.github/workflows/test-linux.yml
vendored
|
@ -81,7 +81,8 @@ jobs:
|
|||
|
||||
- name: Bootstrap Salt
|
||||
run: |
|
||||
sudo sh -x ./bootstrap-salt.sh
|
||||
## sudo sh -x ./bootstrap-salt.sh
|
||||
sh -x ./bootstrap-salt.sh
|
||||
|
||||
- name: Test Bootstrap
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue