Skip to content

Commit

Permalink
build: disable k8s_authorization (#172)
Browse files Browse the repository at this point in the history
The build for this image is broken. See issue #171.

Signed-off-by: Charles Daniels <[email protected]>
  • Loading branch information
charlesdaniels authored Apr 5, 2022
1 parent af9096a commit 2a31e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/make-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ for file in ${CONTRIB_ROOT}/*/Makefile; do
base=$(basename "$dir")

# TODO: Fix these two currently failing GH actions builds
if [ "$base" == "pam_opa" ] || [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then
if [ "$base" == "k8s_authorization" ] || [ "$base" == "pam_opa" ] || [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then
continue
fi

Expand Down

0 comments on commit 2a31e3b

Please sign in to comment.