Newer
Older
# Forces the Sauce Connect binary to be downloaded during dependencies phase so it's cached
- SAUCE_CONNECT_DOWNLOAD_ON_INSTALL=true yarn
cache_directories:
- "~/.yarn"
- "~/.yarn-cache"
# MySQL doesn't load named timezone information automatically, you have to run this command to load it
# TODO - we only really need to do this step if we're testing against MySQL
- mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u ubuntu mysql
- ./bin/deploy-webhook $DEPLOY_WEBHOOK
experimental:
notify:
branches:
only:
- master
- /release-.*/