mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
stop pre-generating awx.egg-info
This commit is contained in:
@@ -3,9 +3,7 @@ set +x
|
||||
|
||||
cd /awx_devel
|
||||
make clean
|
||||
cp -R /tmp/awx.egg-info /awx_devel/ || true
|
||||
sed -i "s/placeholder/$(cat /awx_devel/VERSION)/" /awx_devel/awx.egg-info/PKG-INFO
|
||||
cp /tmp/awx.egg-link /venv/awx/lib/python3.6/site-packages/awx.egg-link
|
||||
make awx-link
|
||||
|
||||
cp awx/settings/local_settings.py.docker_compose awx/settings/local_settings.py
|
||||
make "${1:-test}"
|
||||
|
||||
Reference in New Issue
Block a user