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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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