diff options
author | baude <bbaude@redhat.com> | 2020-01-17 09:41:40 -0600 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2020-01-17 15:41:33 -0500 |
commit | 9be6f30a42a8737f7e853dc3333b627242a962ab (patch) | |
tree | 81de580baddb004e7cb18f1111f65577f13cdef8 /Makefile | |
parent | ab7e1a4c400f4bdb47ab49a2a0c8ef9508c68e02 (diff) | |
download | podman-9be6f30a42a8737f7e853dc3333b627242a962ab.tar.gz podman-9be6f30a42a8737f7e853dc3333b627242a962ab.tar.bz2 podman-9be6f30a42a8737f7e853dc3333b627242a962ab.zip |
post-process swagger yaml for publish
Signed-off-by: baude <bbaude@redhat.com>
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -212,6 +212,12 @@ run-docker-py-tests: $(eval testLogs=$(shell mktemp)) ./bin/podman run --rm --security-opt label=disable --privileged -v $(testLogs):/testLogs --net=host -e DOCKER_HOST=tcp://localhost:8080 $(DOCKERPY_IMAGE) sh -c "pytest $(DOCKERPY_TEST) " +pkg/api/swagger.yaml: .gopathok release.txt + make -C pkg/api + +.PHONY: swagger +swagger: pkg/api/swagger.yaml + clean: ## Clean artifacts rm -rf \ .gopathok \ |