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
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 create_review_permissions
docker exec symposion ./manage.py loaddata ./fixtures/miniconf-fixtures/*.json
if [ -e ./symposion-fixtures ]; then
pushd ./symposion-fixtures
if [ -e ./symposion-tools ]; then
pushd ./symposion-tools
./load_chunks_local.sh
popd
else