Fix polygerrit.war path when building PolyGerrit with Bazel

Change-Id: Ic6bce6ec37fc3059c9bf46e9017393f4721b367e
This commit is contained in:
Viktar Donich 2017-01-23 14:38:00 -08:00
parent da7931b9c4
commit 805c893c45

View File

@ -69,7 +69,7 @@ that serves PolyGerrit:
```sh
bazel build polygerrit && \
java -jar bazel-out/polygerrit.war daemon --polygerrit-dev \
java -jar bazel-bin/polygerrit.war daemon --polygerrit-dev \
-d ../gerrit_testsite --console-log --show-stack-trace
```