Add slack notification

This commit is contained in:
Michael Vines
2019-06-07 19:57:24 -07:00
parent e8c4302d6d
commit 9de4c1dcd9
2 changed files with 4 additions and 5 deletions

View File

@ -143,12 +143,12 @@ for file in solana-release-$TARGET.tar.bz2 solana-install-$TARGET; do
ci/upload-github-release-asset.sh $file
fi
elif [[ -n $TRAVIS ]]; then
# .travis.yml uploads everything in the s3-upload/ directory to release.solana.com
# .travis.yml uploads everything in the travis-s3-upload/ directory to release.solana.com
mkdir -p travis-s3-upload/"$CHANNEL_OR_TAG"
cp -v $file travis-s3-upload/"$CHANNEL_OR_TAG"/
if [[ -n $TAG ]]; then
# .travis.yaml uploads everything in the release-upload/ directory to
# .travis.yaml uploads everything in the travis-release-upload/ directory to
# the associated Github Release
mkdir -p travis-release-upload/
cp -v $file travis-release-upload/