mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-29 15:21:52 +01:00
They are causing the Jenkins release job to fail and no one really cares about those Change-Id: I6c4bd7923dd85772c6fd678fafb172b875e27b8a
7 lines
252 B
Bash
Executable File
7 lines
252 B
Bash
Executable File
#!/bin/bash
|
|
# -----------------------------------------------------------------------------
|
|
# Builds the aggregate ONOS Java API docs.
|
|
# -----------------------------------------------------------------------------
|
|
|
|
SHLVL=1 bazel build //docs:external
|