Changed volume mount for building docs in order to shorten directory length

This commit is contained in:
Alvin Moore 2019-05-11 08:01:32 -07:00
parent cacd66fdde
commit be571d3fd4
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ services:
build-docs:
<<: *build-setup
volumes:
- ..:/foundationdb
working_dir: /foundationdb
command: scl enable devtoolset-7 python27 rh-python36 rh-ruby24 -- bash -c 'make -j "$${MAKEJOBS}" docpackage'