Update post-receive to eval statements separately.
This commit is contained in:
parent
3d4cb4cca4
commit
d484749f52
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ GIT_REPO=$HOME/improvedmeans.git
|
||||||
TMP_GIT_CLONE=$HOME/tmp/improvedmeans
|
TMP_GIT_CLONE=$HOME/tmp/improvedmeans
|
||||||
|
|
||||||
git clone $GIT_REPO $TMP_GIT_CLONE
|
git clone $GIT_REPO $TMP_GIT_CLONE
|
||||||
sbcl --eval "(progn (ql:quickload 'coleslaw) (coleslaw:main) (sb-ext:quit))"
|
sbcl --eval "(ql:quickload 'coleslaw)" --eval "(coleslaw:main)" \
|
||||||
|
--eval "(sb-ext:quit))"
|
||||||
rm -Rf $TMP_GIT_CLONE
|
rm -Rf $TMP_GIT_CLONE
|
||||||
exit
|
exit
|
||||||
|
|
Loading…
Add table
Reference in a new issue