You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
author=`git --no-pager show -s --format='%an' ${TRAVIS_COMMIT}`
text="{\"text\":\"Aerosolve version ${TRAVIS_TAG} has been <https://travis-ci.org/airbnb/aerosolve/builds/${TRAVIS_BUILD_ID}|built> and published by ${author}!\"}"
echo $text
curl -s -X POST -H 'Content-type: application/json' --data "$text" ${AEROSOLVE_CHANNEL}