File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11.PHONY : release
2- release : # # Release checks for each policy if they can be published on ghcr.io
2+ release : # # Publish policies on ghcr.io
33 .ci/scripts/release.bash --publish
44
55.PHONY : validate
66test : # # Release checks for each policy if they can be published on ghcr.io
77 .ci/scripts/release.bash
88
99.PHONY : validate
10- e2e-test : # # Release checks for each policy if they can be published on ghcr.io
10+ e2e-test : # # End-to-end checks for each policy if they can be published on ghcr.io
1111 .ci/scripts/release.bash --e2e-test
1212
1313.PHONY : help
1414help : # # Show this Makefile's help
15- @grep -E '^[a-zA-Z_ -]+ :.* ?# # .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
15+ @grep -E ' ^[a-zA-Z0-9_ -]+:.*?## .*$$' $(MAKEFILE_LIST ) | sort | awk ' BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
You can’t perform that action at this time.
0 commit comments