feat(wpcarro/emacs): filteredGitPush struct.el

Expose struct.el on Github (precursor to a potential MELPA publish).

Change-Id: Ic03af87d77b4bcfd660db8dba35ed3e6695ddc1e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6031
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-08-02 13:33:10 -07:00 committed by clbot
parent 83d3042209
commit 31bd89c777

View file

@ -21,4 +21,9 @@ struct.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/struct";
remote = "git@github.com:wpcarro/struct.el.git";
ref = "refs/heads/canon";
};
})