rename symposion-fixtures->symposion-tools
This commit is contained in:
parent
6bf3d71bff
commit
79310913ad
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
.git
|
||||
symposion-fixtures
|
||||
symposion-tools
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue