mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
sn.githuub was missing.
This commit is contained in:
parent
5602656beb
commit
6d522a1636
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue