Add an initial check and gate job configuration for zuul

Updates for running ui tests and linters
This commit is contained in:
Matthew Jones
2018-09-24 10:53:55 -04:00
parent f328f8cad4
commit 3a8bacb8ef
6 changed files with 44 additions and 49 deletions

View File

@@ -0,0 +1,9 @@
set +x
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