New version

This commit is contained in:
FlightControl_Master 2018-05-21 22:37:12 +02:00
parent 6a4741d0dc
commit 9dc329f151

View File

@ -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
} }