Signed-off-by: Tibor Vass <tibor@docker.com>
| ... | ... |
@@ -142,7 +142,7 @@ shell: build ## start a shell inside the build env |
| 142 | 142 |
$(DOCKER_RUN_DOCKER) bash |
| 143 | 143 |
|
| 144 | 144 |
yaml-docs-gen: build ## generate documentation YAML files consumed by docs repo |
| 145 |
- $(DOCKER_RUN_DOCKER) sh -c 'hack/make.sh yaml-docs-generator && ( cd bundles/latest/yaml-docs-generator; mkdir docs; ./yaml-docs-generator --target $$(pwd)/docs )' |
|
| 145 |
+ $(DOCKER_RUN_DOCKER) sh -c 'hack/make.sh yaml-docs-generator && ( root=$$(pwd); cd bundles/latest/yaml-docs-generator; mkdir docs; ./yaml-docs-generator --root $${root} --target $$(pwd)/docs )'
|
|
| 146 | 146 |
|
| 147 | 147 |
test: build ## run the unit, integration and docker-py tests |
| 148 | 148 |
$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py |