Browse Source

make qmk bot do the hard work

pull/163/merge
Jack Humbert 7 years ago
parent
commit
9ecfc23292
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      util/travis_compiled_push.sh

+ 2
- 2
util/travis_compiled_push.sh 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


Loading…
Cancel
Save