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 64d9764 commit d3a20aaCopy full SHA for d3a20aa
handlers/code-build.js
@@ -32,6 +32,7 @@ module.exports.notify = (event, context, callback) => {
32
const buildArn = event.detail['build-id'];
33
const buildId = buildArn.substring(buildArn.indexOf(':build/') + 7);
34
35
+
36
request({
37
method: 'POST',
38
uri: process.env.slack_url,
0 commit comments