From 21a3da25b8022288d571f570ddb17e6e2c11d13f Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 29 Jul 2022 21:30:02 -0700 Subject: 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 Autosubmit: wpcarro Tested-by: BuildkiteCI --- users/wpcarro/emacs/pkgs/cycle/default.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'users/wpcarro/emacs/pkgs/cycle') 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"; + }; }) -- cgit 1.4.1