@@ -121,10 +121,10 @@ class CiConfig(
|
||||
println("Statusupdate $state $description")
|
||||
val body = """
|
||||
{
|
||||
\"context\": \"SteamWarCI\",
|
||||
\"description\": \"$description\",
|
||||
\"state\": \"$state\",
|
||||
\"target_url\": \"https://steamwar.de/buildlogs/$lognumber.txt\"
|
||||
"context": "SteamWarCI",
|
||||
"description": "$description",
|
||||
"state": "$state",
|
||||
"target_url": "https://steamwar.de/buildlogs/$lognumber.txt"
|
||||
}
|
||||
""".trimIndent()
|
||||
apiQuery("POST", "/statuses/$commit", body)
|
||||
|
||||
Reference in New Issue
Block a user