Start from rust root in update step (#7039)

This commit is contained in:
Jaco Greeff
2017-11-13 14:20:43 +01:00
committed by GitHub
parent 3833f87256
commit af35fa1e33

View File

@@ -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