Skip to content

Commit

Permalink
Container does not have sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Nov 15, 2024
1 parent 8a5c2d8 commit f33f58e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit f33f58e

Please sign in to comment.