summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-09-27 02:02:14 -0700
committerRuijing Guo <ruijing.guo@intel.com>2017-11-21 07:41:02 +0000
commitdbd4804f6353c5ba49af784502654991520e02e6 (patch)
tree113467d6e804fd110817a0bd2509abe88bbde75f
parent85eb5d7593123ecf08475d5e9f2ecd2ebb43bf69 (diff)
add dummy build/deploy scriptsopnfv-5.1.RC1opnfv-5.1.0stable/euphrates
Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com> (cherry picked from commit d9c7adad6ec6f5496f9b9ea2db07e01ffc8d4899)
-rwxr-xr-xci/build.sh18
-rwxr-xr-xci/deploy.sh18
-rw-r--r--src/scripts/README (renamed from scripts/README)0
3 files changed, 36 insertions, 0 deletions
diff --git a/ci/build.sh b/ci/build.sh
new file mode 100755
index 0000000..1011923
--- /dev/null
+++ b/ci/build.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+#
+# Copyright (c) 2017 Intel Corporation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+echo "build"
diff --git a/ci/deploy.sh b/ci/deploy.sh
new file mode 100755
index 0000000..d1a9d86
--- /dev/null
+++ b/ci/deploy.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+#
+# Copyright (c) 2017 Intel Corporation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+echo "deploy"
diff --git a/scripts/README b/src/scripts/README
index 4b6c0e1..4b6c0e1 100644
--- a/scripts/README
+++ b/src/scripts/README