resetしない
This commit is contained in:
parent
f8645158bf
commit
ebc7380361
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ rm -rf ~/taiko-web-db
|
||||||
git clone --depth 1 https://github.com/yuukiwww/taiko-web-db.git ~/taiko-web-db
|
git clone --depth 1 https://github.com/yuukiwww/taiko-web-db.git ~/taiko-web-db
|
||||||
cd ~/taiko-web-db
|
cd ~/taiko-web-db
|
||||||
|
|
||||||
git reset --hard HEAD
|
|
||||||
|
|
||||||
docker exec -i taiko-mongo mongoexport --db taiko --collection users --out /dev/stdout | sort -n > users.json
|
docker exec -i taiko-mongo mongoexport --db taiko --collection users --out /dev/stdout | sort -n > users.json
|
||||||
docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/stdout | sort -n > songs.json
|
docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/stdout | sort -n > songs.json
|
||||||
docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json
|
docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json
|
||||||
|
|
Loading…
Add table
Reference in a new issue