build: Different upload path fieldname
This commit is contained in:
@@ -126,7 +126,7 @@ jobs:
|
|||||||
curl -fsSL -X POST \
|
curl -fsSL -X POST \
|
||||||
http://nextexplorer.nextexplorer.svc.cluster.local:3000/api/upload \
|
http://nextexplorer.nextexplorer.svc.cluster.local:3000/api/upload \
|
||||||
--header "Cookie: $REPO_TOKEN" \
|
--header "Cookie: $REPO_TOKEN" \
|
||||||
--form "path=Storage/Repository/rel" \
|
--form "uploadTo=/Storage/Repository/rel" \
|
||||||
--form "filedata=@${FILE_PATH};filename=${FILE_NAME}"
|
--form "filedata=@${FILE_PATH};filename=${FILE_NAME}"
|
||||||
|
|
||||||
curl -ksS -X PUT "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \
|
curl -ksS -X PUT "https://lab-hv-vip.bessems.lan/v1/harvesterhci.io.virtualmachineimages" \
|
||||||
|
|||||||
Reference in New Issue
Block a user