Get the git config into the right repository

This commit is contained in:
Jean-Paul Calderone 2019-09-13 12:51:06 -04:00
parent bfa2cb8816
commit 227451732f

View File

@ -8,9 +8,6 @@ set -eo pipefail
# exit 0
# fi
git config user.name 'Build Automation'
git config user.email 'tahoe-dev@tahoe-lafs.org'
TAHOE="${PWD}"
git clone -b gh-pages git@github.com:tahoe-lafs/tahoe-depgraph.git
cd tahoe-depgraph
@ -27,6 +24,9 @@ fi
# Commit everything that changed. It should be tahoe-deps.json and
# tahoe-ported.json.
git config user.name 'Build Automation'
git config user.email 'tahoe-dev@tahoe-lafs.org'
git commit -am "\
Built from ${CIRCLE_REPOSITORY_URL}@${CIRCLE_SHA1}