mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 17:48:50 +08:00
Move mac CI spec and publish notifications to #edgehill-ci
This commit is contained in:
parent
b412c580fc
commit
a6aece6ae5
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ module.exports = (grunt) ->
|
|||
|
||||
postToSlack = (msg) ->
|
||||
new Promise (resolve, reject) ->
|
||||
url = "https://hooks.slack.com/services/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"
|
||||
url = "https://hooks.slack.com/services/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"
|
||||
request.post
|
||||
url: url
|
||||
json:
|
||||
|
|
|
@ -159,7 +159,7 @@ module.exports = (grunt) ->
|
|||
done()
|
||||
else
|
||||
testOutput = testOutput.replace(/\x1b\[[^m]+m/g, '')
|
||||
url = "https://hooks.slack.com/services/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"
|
||||
url = "https://hooks.slack.com/services/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"
|
||||
request.post
|
||||
url: url
|
||||
json:
|
||||
|
|
Loading…
Reference in a new issue