mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 08:35:22 +00:00
14 lines
202 B
Bash
14 lines
202 B
Bash
|
cwd=$(pwd)
|
||
|
cd /tmp/rt
|
||
|
git reset HEAD --hard
|
||
|
git clean -fd
|
||
|
rm -rf /tmp/rt/current
|
||
|
mkdir /tmp/rt/current
|
||
|
cd $cwd
|
||
|
cp -a dev /tmp/rt/current
|
||
|
cd /tmp/rt
|
||
|
git add .
|
||
|
git commit -a -m "riak_test init" --amend
|
||
|
|
||
|
|