Add even more debug output
loop iterates overt centos-8 and then goes onto centos-9 and everything fails silently
This commit is contained in:
parent
8b91cf6060
commit
b47e741895
1 changed files with 2 additions and 0 deletions
|
|
@ -156,6 +156,8 @@ name = "bash"
|
|||
EOF
|
||||
RESPONSE=$(sudo composer-cli blueprints push $TEST_BP 2>&1)
|
||||
|
||||
echo "DEBUG: $REMAINING_DISTRO, RESPONSE=$RESPONSE"
|
||||
|
||||
# there is a different reponse if legacy composer-cli is used
|
||||
if rpm -q --quiet weldr-client; then
|
||||
if nvrGreaterOrEqual "osbuild-composer" "97"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue