Merge pull request #4165 from shanemcd/sane-working-dir

Use the source tree as the working directory for our dev env

Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
softwarefactory-project-zuul[bot]
2019-06-26 00:58:37 +00:00
committed by GitHub

View File

@@ -29,6 +29,7 @@ services:
# - sync # - sync
# volumes_from: # volumes_from:
# - sync # - sync
working_dir: "/awx_devel"
volumes: volumes:
- "../:/awx_devel" - "../:/awx_devel"
privileged: true privileged: true