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
|
.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 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
|
||||||
|
|
Loading…
Reference in a new issue