blob: c0d4f6e32a73bba5e01c9a8d2657994df56a1e42 [file] [log] [blame]
#!/bin/sh
BUILDROOT=${BUILDROOT:-github/istioApigeeAdapter}
export BUILDROOT
(cd ${BUILDROOT}; make presubmit)
exit $?