about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-07-30T04·30-0700
committerclbot <clbot@tvl.fyi>2022-07-30T04·32+0000
commit21a3da25b8022288d571f570ddb17e6e2c11d13f (patch)
tree113d2b1710a5d868dfd92c0667329112807ff301
parent8ec9c762859a4901f85153b11ddaa3b1ff3157e8 (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.nix5
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 00c4a87dc9..88f656befd 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";
+  };
 })