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
2c8d615489
commit
5a434ef15a
@ -37,5 +37,5 @@ echo " - Writing $RT_DEST_DIR/$RELEASE/VERSION"
|
||||
echo -n $VERSION > $RT_DEST_DIR/$RELEASE/VERSION
|
||||
cd $RT_DEST_DIR
|
||||
echo " - Reinitializing git state"
|
||||
git add .
|
||||
git add --all --force .
|
||||
git commit -a -m "riak_test init" --amend > /dev/null
|
||||
|
@ -46,6 +46,6 @@ git config user.email "dev@basho.com"
|
||||
## (the latter is executed in rtdev-current.sh):
|
||||
echo "priv/" >.gitignore
|
||||
|
||||
git add .
|
||||
git add --all --force .
|
||||
git commit -a -m "riak_test init" > /dev/null
|
||||
echo " - Successfully completed initial git commit of $RT_DEST_DIR"
|
||||
|
Loading…
Reference in New Issue
Block a user