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:
Alexander Todorov 2023-12-19 10:25:34 +02:00 committed by Jakub Rusz
parent 8b91cf6060
commit b47e741895

View file

@ -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