improve check

This commit is contained in:
Willy Kloucek
2022-04-01 18:45:49 +02:00
parent 3533e2bdb2
commit dadd25b24d
3 changed files with 4 additions and 2 deletions

View File

@@ -384,7 +384,7 @@ def licenseCheck(ctx):
return {
"kind": "pipeline",
"type": "docker",
"name": "go-license-check",
"name": "license-check",
"platform": {
"os": "linux",
"arch": "amd64",

View File

@@ -187,7 +187,7 @@ ci-go-check-licenses: $(GO_LICENSES)
.PHONY: ci-node-check-licenses
ci-node-check-licenses:
@for mod in $(OCIS_MODULES); do \
$(MAKE) --no-print-directory -C $$mod ci-node-check-licenses || exit 1; \
echo -e "% check-license $$mod:"; $(MAKE) --no-print-directory -C $$mod ci-node-check-licenses || exit 1; \
done
.PHONY: ci-go-save-licenses

View File

@@ -38,6 +38,8 @@ pull-assets:
############ licenses ############
.PHONY: ci-node-check-licenses
ci-node-check-licenses:
# TODO: check again? probably not
.PHONY: ci-node-save-licenses
ci-node-save-licenses:
# TODO: use saved licenses from the web release (because we bundle them)