File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
CWD=$( cd ` dirname $0 ` ; pwd)
3
3
BUILD_SCRIPT=${CWD} /image/gerrit-fetch.sh
4
- STABLE_VERSION=3.0.4
4
+ STABLE_VERSION=3.1.0
5
5
GERRIT_WAR_URL=" http://repo1.maven.org/maven2/com/google/gerrit/gerrit-war/${STABLE_VERSION} /gerrit-war-${STABLE_VERSION} .war"
6
6
old_wars=$( cd $CWD ; find image/bin -name gerrit* .war)
7
7
GERRIT_URL=" https://github.com/GerritCodeReview/gerrit"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
2
2
services :
3
3
gerrit :
4
4
build : " image"
5
- image : " bensonfx/gerrit:3.0.4 "
5
+ image : " bensonfx/gerrit:3.1.0 "
6
6
restart : unless-stopped
7
7
hostname : " review.example.com"
8
8
depends_on :
Original file line number Diff line number Diff line change 4
4
5
5
# Overridable defaults
6
6
ENV GERRIT_HOME=/var/gerrit \
7
- GERRIT_VERSION=3.0.4 \
7
+ GERRIT_VERSION=3.1.0 \
8
8
GERRIT_USER=gerrit
9
9
10
10
ENV GERRIT_SITE=${GERRIT_HOME}/review_site \
You can’t perform that action at this time.
0 commit comments