Allow override of PROTOCOLS_BRANCH

This commit is contained in:
Tony Garnock-Jones 2023-02-08 14:35:15 +01:00
parent a2013287db
commit 3c1cb11779
1 changed files with 2 additions and 1 deletions

View File

@ -21,11 +21,12 @@ ws-publish:
cargo workspaces publish \
--from-git
PROTOCOLS_BRANCH=main
pull-protocols:
git subtree pull -P syndicate/protocols \
-m 'Merge latest changes from the syndicate-protocols repository' \
git@git.syndicate-lang.org:syndicate-lang/syndicate-protocols \
main
$(PROTOCOLS_BRANCH)
static: static-x86_64