Skip to content

Commit

Permalink
Merge pull request #1336 from christopherhein/check-everything-examples
Browse files Browse the repository at this point in the history
✨ Checking configfile examples on check_everything.sh
  • Loading branch information
k8s-ci-robot committed Jan 14, 2021
2 parents d1a29ee + df6570c commit f527a55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/check-everything.sh
Expand Up @@ -37,6 +37,8 @@ ${hack_dir}/test-all.sh
header_text "confirming examples compile (via go install)"
go install ${MOD_OPT} ./examples/builtins
go install ${MOD_OPT} ./examples/crd
go install ${MOD_OPT} ./examples/configfile/builtin
go install ${MOD_OPT} ./examples/configfile/custom

echo "passed"
exit 0

0 comments on commit f527a55

Please sign in to comment.