diff options
author | William Carroll <wpcarro@gmail.com> | 2022-07-30T04·30-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-07-30T04·32+0000 |
commit | 21a3da25b8022288d571f570ddb17e6e2c11d13f (patch) | |
tree | 113d2b1710a5d868dfd92c0667329112807ff301 | |
parent | 8ec9c762859a4901f85153b11ddaa3b1ff3157e8 (diff) |
chore(wpcarro/emacs): Mirror cycle.el on Github r/4351
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
-rw-r--r-- | users/wpcarro/emacs/pkgs/cycle/default.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/pkgs/cycle/default.nix b/users/wpcarro/emacs/pkgs/cycle/default.nix index 00c4a87dc9d7..88f656befda2 100644 --- a/users/wpcarro/emacs/pkgs/cycle/default.nix +++ b/users/wpcarro/emacs/pkgs/cycle/default.nix @@ -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"; + }; }) |