mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
New version
This commit is contained in:
parent
6a4741d0dc
commit
9dc329f151
@ -1,4 +1,4 @@
|
|||||||
version: 3.9.1.{build}
|
version: 2.4.a.{build}
|
||||||
shallow_clone: true
|
shallow_clone: true
|
||||||
skip_branch_with_pr: false
|
skip_branch_with_pr: false
|
||||||
skip_commits:
|
skip_commits:
|
||||||
@ -69,7 +69,7 @@ build_script:
|
|||||||
"Authorization" = "Bearer $token"
|
"Authorization" = "Bearer $token"
|
||||||
"Content-type" = "application/json"
|
"Content-type" = "application/json"
|
||||||
}
|
}
|
||||||
$RequestBody = @{ accountName = 'FlightControl-Master'; projectSlug = 'moose-docs'; branch = branch = "$env:appveyor_repo_branch"; environmentVariables = @{} } | ConvertTo-Json
|
$RequestBody = @{ accountName = 'FlightControl-Master'; projectSlug = 'moose-docs'; branch = "$env:appveyor_repo_branch"; environmentVariables = @{} } | ConvertTo-Json
|
||||||
# get project with last build details
|
# get project with last build details
|
||||||
$project = Invoke-RestMethod -method Post -Uri "$apiUrl/builds" -Headers $headers -Body $RequestBody
|
$project = Invoke-RestMethod -method Post -Uri "$apiUrl/builds" -Headers $headers -Body $RequestBody
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user