From 45da3bce86faec9d21c2e38df325635f5df3d94e Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 28 Jan 2022 12:40:11 -0800 Subject: refactor(wpcarro/emacs): Drop meta.ci.extraSteps ...in favor of `meta.targets = [ "check" ]`. Change-Id: I08b035b7d7bbe5ef4eab10a9f55481048c67330a Reviewed-on: https://cl.tvl.fyi/c/depot/+/5104 Reviewed-by: wpcarro Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/ci.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/wpcarro/emacs/ci.el') diff --git a/users/wpcarro/emacs/ci.el b/users/wpcarro/emacs/ci.el index da079b64ba..9dfaf3056f 100644 --- a/users/wpcarro/emacs/ci.el +++ b/users/wpcarro/emacs/ci.el @@ -40,5 +40,5 @@ (message "Encountered warnings in *Warnings* buffer: %s" (buffer-string))) (kill-emacs 1))) -(message "Successfully init'd Emacs without encountering errors or warnings!") +(message "Successfully initialized Emacs without errors or warnings!") (kill-emacs 0) -- cgit 1.4.1