add dummy build/deploy scripts 59/47559/1 stable/euphrates opnfv-5.1.0 opnfv-5.1.RC1
authorGuo Ruijing <ruijing.guo@intel.com>
Wed, 27 Sep 2017 09:02:14 +0000 (02:02 -0700)
committerRuijing Guo <ruijing.guo@intel.com>
Tue, 21 Nov 2017 07:41:02 +0000 (07:41 +0000)
Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit d9c7adad6ec6f5496f9b9ea2db07e01ffc8d4899)

ci/build.sh [new file with mode: 0755]
ci/deploy.sh [new file with mode: 0755]
src/scripts/README [moved from scripts/README with 100% similarity]

diff --git a/ci/build.sh b/ci/build.sh
new file mode 100755 (executable)
index 0000000..1011923
--- /dev/null
@@ -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 (executable)
index 0000000..d1a9d86
--- /dev/null
@@ -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"
similarity index 100%
rename from scripts/README
rename to src/scripts/README