mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
Add branch updater script
This commit is contained in:
parent
d1241d8462
commit
e247f04633
11
update-branch.sh
Executable file
11
update-branch.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#! /usr/bin/env sh
|
||||
|
||||
#
|
||||
# This is because matrix-org doesn't allow anonymous contributors.
|
||||
#
|
||||
echo "Pulling in changes from matrix-org main"
|
||||
git pull origin main
|
||||
echo "Pulling in changes from eyedeekay i2p-demo"
|
||||
git pull idk i2p-demo
|
||||
echo "Generating binary"
|
||||
go build -o bin/dendrite-demo-i2p ./cmd/dendrite-demo-i2p
|
||||
Loading…
Reference in a new issue