add dummy build/deploy scripts 39/43239/1
authorGuo Ruijing <ruijing.guo@intel.com>
Wed, 27 Sep 2017 09:02:14 +0000 (02:02 -0700)
committerGuo Ruijing <ruijing.guo@intel.com>
Wed, 27 Sep 2017 09:04:50 +0000 (02:04 -0700)
Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
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