add echo to pipeline
This commit is contained in:
parent
3e678acedc
commit
be6194001c
1 changed files with 2 additions and 0 deletions
|
|
@ -74,5 +74,7 @@ jobs:
|
||||||
EOF
|
EOF
|
||||||
)
|
)
|
||||||
|
|
||||||
|
echo $CREATEAPP_JSON
|
||||||
|
|
||||||
echo create app
|
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" -S --data "$CREATEAPP_JSON" --fail-with-body
|
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" -S --data "$CREATEAPP_JSON" --fail-with-body
|
||||||
Loading…
Add table
Add a link
Reference in a new issue