Update docker development workflow to not require make develop

This commit is contained in:
Matthew Jones
2016-03-02 12:09:15 -05:00
parent 9d24236632
commit 714d13eefd
11 changed files with 19070 additions and 10 deletions

View File

@@ -20,12 +20,8 @@ else
echo "Failed to find tower source tree, map your development tree volume"
fi
if [ -f "/.develop_run" ]; then
echo "Skipping 'make develop' step since it has already run - remove /.develop_run to force it"
else
make develop
touch /.develop_run
fi
rm -rf /tower_devel/ansible_tower.egg-info
mv /tmp/ansible_tower.egg-info /tower_devel/
# Check if we need to build dependencies
if [ -f "awx/lib/.deps_built" ]; then