mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Get the git config into the right repository
This commit is contained in:
parent
bfa2cb8816
commit
227451732f
@ -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}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user