Skip to content

Commit

Permalink
test: crl e2e test add host 2
Browse files Browse the repository at this point in the history
Signed-off-by: Juncheng Zhu <[email protected]>
  • Loading branch information
junczhu committed Dec 8, 2024
1 parent 5e2f3d5 commit afd8791
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ clean:
rm ./bin/${BINARY_NAME}

clean-crl-server:
echo "Stopping CRL server..."
kill ${CRL_SERVER_PID}
$(shell echo "Stopping CRL server..." && kill ${CRL_SERVER_PID})

.PHONY: deploy-demo
deploy-demo: deploy-gatekeeper deploy-ratify deploy-demo-constraints
Expand Down

0 comments on commit afd8791

Please sign in to comment.