Sign in
gerrit
/
gerrit-ci-scripts
/
2036d4c1031b793f829057d5e60d6dfa57ae0b67
/
.
/
jenkins
/
gitblit-ant-build.sh
blob: 4302053b8fb21d021e5039dbe32e7a2c5d4bd9c4 [
file
] [
log
] [
blame
]
#!/bin/bash -ex
git checkout origin
/{
branch
}
GITBLIT_TAG
=
$
(
expr
"`grep com.gitblit lib/BUCK`"
:
'[^:]*:[^:]*:\([0-9\.]*\)'
)
git fetch gitblit refs
/
tags
/
v$GITBLIT_TAG
&&
git checkout FETCH_HEAD
ant
-
DresourceFolderPrefix
=
static installMaven