rename symposion-fixtures->symposion-tools

This commit is contained in:
James Polley 2017-10-16 20:05:30 +11:00
parent 6bf3d71bff
commit 79310913ad
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
.git .git
symposion-fixtures symposion-tools

View file

@ -12,8 +12,8 @@ docker exec symposion ./manage.py loaddata ./fixtures/*.json
docker exec symposion ./manage.py populate_inventory docker exec symposion ./manage.py populate_inventory
docker exec symposion ./manage.py create_review_permissions docker exec symposion ./manage.py create_review_permissions
docker exec symposion ./manage.py loaddata ./fixtures/miniconf-fixtures/*.json docker exec symposion ./manage.py loaddata ./fixtures/miniconf-fixtures/*.json
if [ -e ./symposion-fixtures ]; then if [ -e ./symposion-tools ]; then
pushd ./symposion-fixtures pushd ./symposion-tools
./load_chunks_local.sh ./load_chunks_local.sh
popd popd
else else