test
This commit is contained in:
@@ -209,6 +209,7 @@ variables:
|
||||
relTags = ""
|
||||
}
|
||||
$jsonBody = ConvertTo-Json -InputObject $body
|
||||
echo $jsonBody
|
||||
Invoke-WebRequest -Method Post -URI $env:URL_VERSIONS_LOG -ContentType "application/json" -Body $jsonBody -UseBasicParsing
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user