mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Added debugging output
This commit is contained in:
parent
892c7cbadc
commit
0828aa5e41
3 changed files with 586 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: |
|
||||
. ./bootstrap-salt.sh
|
||||
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: |
|
||||
. ./bootstrap-salt.sh
|
||||
sh -x ./bootstrap-salt.sh
|
||||
|
||||
- name: Test Bootstrap
|
||||
run: |
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue