Skip to content

Commit

Permalink
stop compiling ez after build, rework ssh ids
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed Aug 20, 2017
1 parent 166706a commit 1254e76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/travis_compiled_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ fi

if [[ "$TRAVIS_COMMIT_MESSAGE" != *"[skip build]"* ]] ; then

make ergodox-ez AUTOGEN=true

cd ..
git clone [email protected]:qmk/qmk.fm.git
cd qmk.fm
mv ../qmk_firmware/qmk.fm qmk.fm
ssh-add -D
eval `ssh-agent -s`
ssh-add qmk.fm
#git submodule update --init --recursive
#rm -rf keyboard
Expand Down

0 comments on commit 1254e76

Please sign in to comment.