Merge pull request #7184 from wenottingham/a-preview-of-whats-to-come

Remove dev env futzing of supervisord.conf permissions

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot]
2020-06-04 21:47:02 +00:00
committed by GitHub
4 changed files with 4 additions and 2 deletions

View File

@@ -220,7 +220,6 @@ RUN for dir in \
/vendor ; \
do mkdir -m 0775 -p $dir ; chmod g+rw $dir ; chgrp root $dir ; done && \
for file in \
/etc/supervisord.conf \
/var/run/nginx.pid \
/venv/awx/lib/python3.6/site-packages/awx.egg-link ; \
do touch $file ; chmod g+rw $file ; done