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