We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4810d76 commit 8261476Copy full SHA for 8261476
scripts/common.ps1
@@ -1,5 +1,5 @@
1
Function postCommitStatus($state) {
2
- if ($env:scala_sha -ne '') {
+ 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"
5
0 commit comments