Sign in
edge
/
apid
/
istioApigeeAdapter
/
8be928a70aa3c887f52085ee5182e6aabe4e110e
/
.
/
tools
/
ci
/
linux
/
presubmit.sh
blob: 6377a3779f39bc216191eb734d32bd906bed0a58 [
file
] [
log
] [
blame
]
#!/bin/sh
BUILDROOT
=
$
{
BUILDROOT
:-
git
/
istioApigeeAdapter
}
export BUILDROOT
(
cd $
{
BUILDROOT
};
make presubmit
)
exit $
?