docs: commit docs so that zot binary build becomes easier

swagger-based docs have been autogenerated from annotations and required
a separate step and then the binary could be built along with these doc
artifacts. Since we don't expect docs to change only when the dist-spec
gets updated, we are committing them.
This commit is contained in:
Ramkumar Chinchani
2019-12-11 14:07:24 -08:00
parent 7779188a9c
commit 5a125e74a1
4 changed files with 1937 additions and 1 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ doc: docs/docs.go
.PHONY: clean
clean:
rm -f bin/zot* docs/*
rm -f bin/zot*
.PHONY: run
run: binary test