Changeset - 79310913ad4d
[Not reviewed]
0 2 0
James Polley - 7 years ago 2017-10-16 09:05:30
jp@jamezpolley.com
rename symposion-fixtures->symposion-tools
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
.dockerignore
Show inline comments
 
.git
 
symposion-fixtures
 
symposion-tools
 

	
make_dev_container.sh
Show inline comments
...
 
@@ -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
0 comments (0 inline, 0 general)