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 d07391c commit cee8d42Copy full SHA for cee8d42
release.sh
@@ -120,18 +120,6 @@ then
120
fi
121
122
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
135
# Just the git commit message title
136
title=$(git log -1 --pretty=%B | head -n 1)
137
git checkout master
0 commit comments