fix(cli): doom upgrade: remove doom-compile-clean call
This function was removed in63c470b
. Amend:63c470bff3
This commit is contained in:
parent
d6a3450917
commit
3f966f49d8
1 changed files with 0 additions and 2 deletions
|
@ -30,7 +30,6 @@ following shell commands:
|
||||||
|
|
||||||
cd ~/.emacs.d
|
cd ~/.emacs.d
|
||||||
git pull --rebase
|
git pull --rebase
|
||||||
doom clean
|
|
||||||
doom sync -u"
|
doom sync -u"
|
||||||
(let* ((force? (doom-cli-context-suppress-prompts-p context))
|
(let* ((force? (doom-cli-context-suppress-prompts-p context))
|
||||||
(sync-cmd (append '("sync" "-u")
|
(sync-cmd (append '("sync" "-u")
|
||||||
|
@ -140,7 +139,6 @@ following shell commands:
|
||||||
(ignore (print! (error "Aborted")))
|
(ignore (print! (error "Aborted")))
|
||||||
(print! (start "Upgrading Doom Emacs..."))
|
(print! (start "Upgrading Doom Emacs..."))
|
||||||
(print-group!
|
(print-group!
|
||||||
(doom-compile-clean)
|
|
||||||
(doom-cli-context-put context 'straight-recipe (doom-upgrade--get-straight-recipe))
|
(doom-cli-context-put context 'straight-recipe (doom-upgrade--get-straight-recipe))
|
||||||
(or (and (zerop (car (sh! "git" "reset" "--hard" target-remote)))
|
(or (and (zerop (car (sh! "git" "reset" "--hard" target-remote)))
|
||||||
(equal (cdr (sh! "git" "rev-parse" "HEAD")) new-rev))
|
(equal (cdr (sh! "git" "rev-parse" "HEAD")) new-rev))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue