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

@@ -2,7 +2,7 @@
# Code duplicated from start_development.sh
cp -R /tmp/awx.egg-info /awx_devel/ || true
sed -i "s/placeholder/$(git describe --long | sed 's/\./\\./g')/" /awx_devel/awx.egg-info/PKG-INFO
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
cp -f awx/settings/local_settings.py.docker_compose awx/settings/local_settings.py