diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-07-25 14:09:33 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2016-07-25 14:09:33 +0900 |
commit | 1191befc630bb0d8191c209cf511a3315b284108 (patch) | |
tree | dc51258d0b4568d62db66798444d4dee698d4d55 | |
parent | 7d6d582ffc69597ef82e7eed7c34e27f71b4889e (diff) |
remove build-composite.sh
The contents in build-composite.sh were already moved to docs/pre-hook.sh .
After jjb was updated to use scripts/docs-build.sh instead of
build-composite.sh , we can remove it.
Change-Id: Icbffed34a281a9119dca57d26a003fd2f0791731
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
-rwxr-xr-x | build-composite.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/build-composite.sh b/build-composite.sh deleted file mode 100755 index f8d8c242f..000000000 --- a/build-composite.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash -# SPDX-license-identifier: Apache-2.0 -############################################################################## -# Copyright (c) 2016 NEC and others. -# All rights reserved. This program and the accompanying materials -# are made available under the terms of the Apache License, Version 2.0 -# which accompanies this distribution, and is available at -# http://www.apache.org/licenses/LICENSE-2.0 -############################################################################## - -OPNFVDOCS_DIR=. ./scripts/docs-build.sh |