make qmk bot do the hard work

This commit is contained in:
Jack Humbert 2017-05-30 12:49:26 -04:00
parent 3a1a7d6472
commit 9ecfc23292
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ rev=$(git rev-parse --short HEAD)
if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]] ; then
git config --global user.name "Travis CI"
git config --global user.email "jack.humb+travis.ci@gmail.com"
git config --global user.name "QMK Bot"
git config --global user.email "hello@qmk.fm"
openssl aes-256-cbc -K $encrypted_b0ee987fd0fc_key -iv $encrypted_b0ee987fd0fc_iv -in secrets.tar.enc -out secrets.tar -d
tar xvf secrets.tar