Bazel docs: Fix command to startup Gerrit

The command used release.war, but following the documentation top down
release.war was not built yet and hence the command failed.

Change-Id: If6235f59f0a767840d11927f59b9b234795b8414
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2016-11-14 15:46:53 -08:00
parent 9e901a6268
commit a2c019cc9d

View File

@@ -42,7 +42,7 @@ to run,
----
$(bazel info output_base)/external/local_jdk/bin/java \
-jar bazel-bin/release.war daemon -d ../gerrit_testsite
-jar bazel-bin/gerrit.war daemon -d ../gerrit_testsite
----
=== Headless Mode