mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 04:31:44 +00:00
update glide
This commit is contained in:
@ -7,9 +7,11 @@ IFS=$'\n\t'
|
||||
LIB=$1
|
||||
|
||||
TMCORE=$GOPATH/src/github.com/tendermint/tendermint
|
||||
set +u
|
||||
if [[ "$GLIDE" == "" ]]; then
|
||||
GLIDE=$TMCORE/glide.lock
|
||||
fi
|
||||
set -u
|
||||
|
||||
OLD_COMMIT=`bash $TMCORE/scripts/glide/parse.sh $LIB`
|
||||
|
||||
|
Reference in New Issue
Block a user