sn.githuub was missing.

This commit is contained in:
SANO Masatoshi 2016-04-23 18:58:17 +09:00
parent 5602656beb
commit 6d522a1636

View file

@ -119,5 +119,4 @@ after_success:
git checkout -b release origin/release;
git branch -D master;
git checkout -b master origin/master;
git branch;
(git log -n 1 --oneline|grep "bump version to") && make release-2; fi
(git log -n 1 --oneline|grep "bump version to") && (git clone https://github.com/snmsts/sn.github.git ~/lisp/sn.github;make release-2;) fi