fix(pipeline): better error logs

This commit is contained in:
Christopher Hase 2025-08-14 10:53:13 +02:00
parent ff3dc39cdd
commit fe37adca52

View file

@ -64,4 +64,4 @@ jobs:
)
echo create app
curl -X POST https://hub.apps.edge.platform.mg3.mdb.osc.live/api/v1/auth/ctrl/CreateApp -H 'Content-Type: application/json' -H "Authorization: Bearer $EDGEXR_TOKEN" -sSf --data "$CREATEAPP_JSON"
curl -X POST https://hub.apps.edge.platform.mg3.mdb.osc.live/api/v1/auth/ctrl/CreateApp -H 'Content-Type: application/json' -H "Authorization: Bearer $EDGEXR_TOKEN" -Sf --data "$CREATEAPP_JSON"