ask_for_inventory permissions and runtime tests finished

cleanup prompt-for additions

update migration after rebase
This commit is contained in:
AlanCoding
2016-04-06 14:19:22 -04:00
parent 19b855a4d3
commit bea15021b3
6 changed files with 175 additions and 87 deletions

View File

@@ -19,8 +19,7 @@ else
echo "Failed to find tower source tree, map your development tree volume"
fi
# will remove before PR lands
cp -fR /tmp/ansible_tower.egg-info /tower_devel/ || true
cp -nR /tmp/ansible_tower.egg-info /tower_devel/ || true
# Check if we need to build dependencies
#if [ -f "awx/lib/.deps_built" ]; then