mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +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) ->
|
postToSlack = (msg) ->
|
||||||
new Promise (resolve, reject) ->
|
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
|
request.post
|
||||||
url: url
|
url: url
|
||||||
json:
|
json:
|
||||||
|
|
|
@ -159,7 +159,7 @@ module.exports = (grunt) ->
|
||||||
done()
|
done()
|
||||||
else
|
else
|
||||||
testOutput = testOutput.replace(/\x1b\[[^m]+m/g, '')
|
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
|
request.post
|
||||||
url: url
|
url: url
|
||||||
json:
|
json:
|
||||||
|
|
Loading…
Reference in a new issue