mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Debugging more
This commit is contained in:
parent
41563ad1de
commit
c2f0375167
1 changed files with 1 additions and 1 deletions
|
@ -2800,7 +2800,7 @@ EOM
|
|||
## DGM ${_pip_cmd} download -d /tmp/git/deps "${_PIP_DOWNLOAD_ARGS}" . || (echo "Failed to download salt dependencies" && return 1)
|
||||
|
||||
## DGM ${_pip_cmd} download -d /tmp/git/deps ${_PIP_DOWNLOAD_ARGS} . || (echo "Failed to download salt dependencies" && return 1)
|
||||
${_pip_cmd} download -d /tmp/git/deps
|
||||
${_pip_cmd} download -vvv -d /tmp/git/deps ${_PIP_DOWNLOAD_ARGS} . || (echo "Failed to download salt dependencies" && return 1)
|
||||
|
||||
echodebug "DGM checking salt deps downloaded"
|
||||
ls -alrth /tmp/git/deps/*
|
||||
|
|
Loading…
Add table
Reference in a new issue