We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35421b0 commit c84a568Copy full SHA for c84a568
scripts/common.ps1
@@ -1,7 +1,7 @@
1
Function postCommitStatus($state) {
2
if ("$env:scala_sha" -ne "") {
3
$jsonTemplate = '{{ "state": "{0}", "target_url": "{1}", "description": "{2}", "context": "{3}" }}'
4
- $json = "$jsonTemplate" -f "$state", "https://ci.appveyor.com/project/scala/scala-dist/build/$env:APPVEYOR_BUILD_ID", "$state", "appveyor/scala-dist/$env:version/$env:mode"
+ $json = "$jsonTemplate" -f "$state", "https://ci.appveyor.com/project/scala/scala-dist/build/$env:APPVEYOR_BUILD_NUMBER", "$state", "appveyor/scala-dist/$env:version/$env:mode"
5
6
# https://stackoverflow.com/questions/41618766/powershell-invoke-webrequest-fails-with-ssl-tls-secure-channel
7
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
0 commit comments