mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Enabled MacOS bootstrap in CI/CD and a little more debug output for MacOS
This commit is contained in:
parent
1b8b907636
commit
081590b816
2 changed files with 9 additions and 4 deletions
8
.github/workflows/test-macos.yml
vendored
8
.github/workflows/test-macos.yml
vendored
|
@ -46,11 +46,11 @@ jobs:
|
|||
run: |
|
||||
pip install -U pytest
|
||||
|
||||
## TBD Disabled until CI/CD is functional
|
||||
## - name: Bootstrap Salt
|
||||
## run: |
|
||||
## sudo sh -x ./bootstrap-salt.sh
|
||||
- name: Bootstrap Salt
|
||||
run: |
|
||||
sudo sh -x ./bootstrap-salt.sh
|
||||
|
||||
## TBD Disabled until CI/CD is functional
|
||||
## - name: Test Bootstrap
|
||||
## run: |
|
||||
## pytest --cache-clear -v -s -ra --log-cli-level=debug tests/integration/
|
||||
|
|
|
@ -7246,6 +7246,11 @@ __macosx_get_packagesite_onedir_latest() {
|
|||
|
||||
|
||||
__macosx_get_packagesite_onedir() {
|
||||
## DGM debug
|
||||
set -v
|
||||
set -x
|
||||
|
||||
echodebug "Get package site for onedir from repository"
|
||||
|
||||
if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -ne 3 ]; then
|
||||
echoerror "Python version is no longer supported, only Python 3"
|
||||
|
|
Loading…
Add table
Reference in a new issue