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