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