Skip to content

Commit cee8d42

Browse files
committed
Attempt to use Oath2 token (RELEASEPATCH)
1 parent d07391c commit cee8d42

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

release.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -120,18 +120,6 @@ then
120120
fi
121121

122122

123-
curl -X POST -H 'Content-type: application/json' --data '{
124-
"icon_url": "https://s3.amazonaws.com/voiceit-api2-testing-files/test-data/TravisCI-Mascot-1.png",
125-
"username": "Release Wrapper Gate",
126-
"attachments": [
127-
{
128-
"text": "Packaging '$reponame' version '$version' succeeded.",
129-
"color": "good"
130-
}
131-
]
132-
}' 'https://hooks.slack.com/services/'$SLACKPARAM1'/'$SLACKPARAM2'/'$SLACKPARAM3
133-
134-
135123
# Just the git commit message title
136124
title=$(git log -1 --pretty=%B | head -n 1)
137125
git checkout master

0 commit comments

Comments
 (0)