mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
ensuring git is configured
This commit is contained in:
@@ -6,6 +6,8 @@ trap "rm -rf $TMP" EXIT
|
||||
cp -r $(dirname $SELF)/$APP/* $TMP
|
||||
cd $TMP
|
||||
git init
|
||||
git config user.email "robot@example.com"
|
||||
git config user.name "Test Robot"
|
||||
git add .
|
||||
git commit -m 'initial commit'
|
||||
REPO="test-$RANDOM"
|
||||
|
||||
Reference in New Issue
Block a user