Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing #8

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ sbom-policy-gen:
publish-service-policy:
hzn exchange service addpolicy -f service.policy.json $(HZN_ORG_ID)/$(SERVICE_NAME)_$(SERVICE_VERSION)_$(ARCH)

publish-deployment-policy:
hzn exchange deployment addpolicy -f deployment.policy.json $(HZN_ORG_ID)/policy-$(SERVICE_NAME)_$(SERVICE_VERSION)

test: run
@echo "=================="
Expand Down Expand Up @@ -83,6 +81,7 @@ publish-pattern:
PATTERN_NAME="$(PATTERN_NAME)" \
hzn exchange pattern publish -f pattern.json


stop:
@docker rm -f ${SERVICE_NAME} >/dev/null 2>&1 || :

Expand All @@ -98,4 +97,4 @@ agent-stop:
deploy-check:
@hzn deploycheck all -t device -B deployment.policy.json --service-pol=service.policy.json --node-pol=node.policy.json

.PHONY: build dev run push publish-service publish-pattern test stop clean agent-run agent-stop
.PHONY: build dev run push publish-service publish-pattern test stop clean agent-run agent-stop
8 changes: 0 additions & 8 deletions node.policy.json

This file was deleted.

Loading