fix: remove flag from curl
This commit is contained in:
parent
74372c0ee6
commit
3e678acedc
1 changed files with 1 additions and 1 deletions
|
|
@ -75,4 +75,4 @@ jobs:
|
||||||
)
|
)
|
||||||
|
|
||||||
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" -Ss --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