mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 04:40:05 -06:00
improve check
This commit is contained in:
@@ -384,7 +384,7 @@ def licenseCheck(ctx):
|
||||
return {
|
||||
"kind": "pipeline",
|
||||
"type": "docker",
|
||||
"name": "go-license-check",
|
||||
"name": "license-check",
|
||||
"platform": {
|
||||
"os": "linux",
|
||||
"arch": "amd64",
|
||||
|
||||
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user