mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
more make clean tinkering
This commit is contained in:
parent
56263a5fea
commit
ee11341430
@ -1,9 +1,9 @@
|
||||
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/python2.7/site-packages/awx.egg-link
|
||||
|
||||
cd /awx_devel
|
||||
cp awx/settings/local_settings.py.docker_compose awx/settings/local_settings.py
|
||||
make test
|
||||
make test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user