chore(wpcarro/emacs): Mirror cycle.el on Github

Attempting to use `depot.tools.releases.filteredGitPush` for the first
time. Exciting!

Change-Id: I620140b0454128ea2ca51496a7d653ee4219104e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6006
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-07-29 21:30:02 -07:00 committed by clbot
parent 8ec9c76285
commit 21a3da25b8

View file

@ -31,4 +31,9 @@ cycle.overrideAttrs (_old: {
${emacs}/bin/emacs -batch \
-l ert -l ${./tests.el} -f ert-run-tests-batch-and-exit
'';
passthru.meta.ci.extraSteps.github = depot.tools.releases.filteredGitPush {
filter = ":/users/wpcarro/emacs/pkgs/cycle";
remote = "git@github.com:wpcarro/cycle.el.git";
ref = "refs/heads/main";
};
})