diff options
author | AlanCoding <arominge@redhat.com> | 2017-08-15 17:47:29 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2017-08-15 18:08:58 +0200 |
commit | 6944ffa010d0920fd5cedbf82007ad4ba25a1da6 (patch) | |
tree | f364fac5e8fc301988e1833283f083ea5aac1b57 /tools | |
parent | initial commit to move folder isolated->expect (diff) | |
download | awx-6944ffa010d0920fd5cedbf82007ad4ba25a1da6.tar.xz awx-6944ffa010d0920fd5cedbf82007ad4ba25a1da6.zip |
change imports to reflect isolated->expect move
Diffstat (limited to 'tools')
-rw-r--r-- | tools/docker-isolated-override.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker-isolated-override.yml b/tools/docker-isolated-override.yml index 9b5242c009..9f9d473def 100644 --- a/tools/docker-isolated-override.yml +++ b/tools/docker-isolated-override.yml @@ -11,7 +11,7 @@ services: image: ${DEV_DOCKER_TAG_BASE}/awx_isolated:${TAG} hostname: isolated volumes: - - "../awx/main/isolated:/awx_devel" + - "../awx/main/expect:/awx_devel" - "../awx/lib:/awx_lib" - "/sys/fs/cgroup:/sys/fs/cgroup:ro" privileged: true |