mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
Refactor to move common libraries out of project
This commit is contained in:
9
scripts/unsafe_upgrade_group.sh
Executable file
9
scripts/unsafe_upgrade_group.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
printf "Upgrading group $1...\n"
|
||||
sleep 3
|
||||
|
||||
debora --group "$1" run -- bash -c "cd \$GOPATH/src/github.com/tendermint/tendermint; git pull origin develop; make"
|
||||
printf "Done\n"
|
Reference in New Issue
Block a user