Skip to content

Commit e3dfc24

Browse files
Merge pull request #3253 from thaJeztah/native_embed
cli/compose: use go1.16 native embed functionality for schemas
2 parents 304a2dc + 818564a commit e3dfc24

5 files changed

Lines changed: 5 additions & 672 deletions

File tree

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,8 @@ yamldocs: ## generate documentation YAML files consumed by docs repo
7171
help: ## print this help
7272
@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z0-9_-]+:.*?## / {gsub("\\\\n",sprintf("\n%22c",""), $$2);printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST)
7373

74-
75-
cli/compose/schema/bindata.go: cli/compose/schema/data/*.json
76-
go generate github.com/docker/cli/cli/compose/schema
77-
78-
compose-jsonschema: cli/compose/schema/bindata.go ## generate compose-file schemas
79-
scripts/validate/check-git-diff cli/compose/schema/bindata.go
80-
8174
.PHONY: ci-validate
8275
ci-validate:
8376
time make -B vendor
84-
time make -B compose-jsonschema
8577
time make manpages
8678
time make yamldocs

0 commit comments

Comments
 (0)