From 1191befc630bb0d8191c209cf511a3315b284108 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Mon, 25 Jul 2016 14:09:33 +0900 Subject: 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 --- build-composite.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 build-composite.sh 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 -- cgit 1.2.3-korg