Move pull-protocols target to repo root

This commit is contained in:
Tony Garnock-Jones 2021-08-28 15:35:54 +02:00
parent 738ac3163a
commit 3200eb1f9a
2 changed files with 6 additions and 6 deletions

View File

@ -28,6 +28,12 @@ release-%:
-vv --no-dev-version --exclude-unchanged \
$*
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
static: static-x86_64
static-%:

View File

@ -9,9 +9,3 @@ inotifytest:
binary-debug:
cargo build --all-targets
pull-protocols:
git subtree pull -P protocols \
-m 'Merge latest changes from the syndicate-protocols repository' \
git@git.syndicate-lang.org:syndicate-lang/syndicate-protocols \
main