Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-loxi
/
69ef5186a1eb305b7106a33560861a807ec2dc9b
/
.
/
.abat-automerge
blob: 90679dfd3e7b722fee817156b4a61223f018aa10 [
file
] [
log
] [
blame
]
#!/bin/bash -eux
ROOTDIR
=
$
(
dirname $
(
readlink
-
f $0
))
cd
"$ROOTDIR"
ln
-
sf
../../.
hooks
/
pre
-
commit
.
git
/
hooks
/
pre
-
commit
make all check
-
all
if
[[
$ARTIFACT_REPO_URL
]];
then
./.
build
/
push
-
artifacts
.
sh $
{
ARTIFACT_REPO_URL
}
fi