mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
Ensure git adds everything and ignores any global ignore settings
This commit is contained in:
parent
dd43bf6011
commit
9b521b9d7d
@ -37,5 +37,5 @@ echo " - Writing $RT_DEST_DIR/$RELEASE/VERSION"
|
|||||||
echo -n $VERSION > $RT_DEST_DIR/$RELEASE/VERSION
|
echo -n $VERSION > $RT_DEST_DIR/$RELEASE/VERSION
|
||||||
cd $RT_DEST_DIR
|
cd $RT_DEST_DIR
|
||||||
echo " - Reinitializing git state"
|
echo " - Reinitializing git state"
|
||||||
git add .
|
git add --all --force .
|
||||||
git commit -a -m "riak_test init" --amend > /dev/null
|
git commit -a -m "riak_test init" --amend > /dev/null
|
||||||
|
@ -42,6 +42,6 @@ git init
|
|||||||
git config user.name "Riak Test"
|
git config user.name "Riak Test"
|
||||||
git config user.email "dev@basho.com"
|
git config user.email "dev@basho.com"
|
||||||
|
|
||||||
git add .
|
git add --all --force .
|
||||||
git commit -a -m "riak_test init" > /dev/null
|
git commit -a -m "riak_test init" > /dev/null
|
||||||
echo " - Successfully completed initial git commit of $RT_DEST_DIR"
|
echo " - Successfully completed initial git commit of $RT_DEST_DIR"
|
||||||
|
Loading…
Reference in New Issue
Block a user