mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Container does not have sudo
This commit is contained in:
parent
8a5c2d8598
commit
f33f58e6c4
1 changed files with 2 additions and 1 deletions
3
.github/workflows/test-linux.yml
vendored
3
.github/workflows/test-linux.yml
vendored
|
@ -82,7 +82,8 @@ jobs:
|
|||
bt_arg1=$(echo "$bt_parms" | awk -F ' ' '{print $1}')
|
||||
bt_arg2=$(echo "$bt_parms" | awk -F ' ' '{print $2}')
|
||||
echo "bt parms ,$bt_parms, bt_arg1 ,$bt_arg1, bt_arg2 ,$bt_arg2,"
|
||||
sudo sh -x ./bootstrap-salt.sh "$bt_arg1" "$bt_arg2"
|
||||
## DGM sudo sh -x ./bootstrap-salt.sh "$bt_arg1" "$bt_arg2"
|
||||
sh -x ./bootstrap-salt.sh "$bt_arg1" "$bt_arg2"
|
||||
|
||||
- name: Test Bootstrap
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue