Start from rust root in update step (#7039)
This commit is contained in:
parent
3833f87256
commit
af35fa1e33
@ -16,8 +16,8 @@ function setup_git_user {
|
||||
|
||||
# change into the build directory
|
||||
BASEDIR=`dirname $0`
|
||||
GITLOG="./.git/gitcommand.log"
|
||||
pushd $BASEDIR
|
||||
GITLOG=./.git/gitcommand.log
|
||||
pushd $BASEDIR/..
|
||||
|
||||
echo "*** [cargo] Setting up GitHub config for parity"
|
||||
setup_git_user
|
||||
|
Loading…
Reference in New Issue
Block a user