From: Guo Ruijing Date: Wed, 27 Sep 2017 09:02:14 +0000 (-0700) Subject: add dummy build/deploy scripts X-Git-Tag: opnfv-6.0.0~78 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d9c7adad6ec6f5496f9b9ea2db07e01ffc8d4899;p=container4nfv.git add dummy build/deploy scripts Change-Id: I498ff7ebc7994df6e3cca024038295952c0702e9 Signed-off-by: Guo Ruijing --- 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 similarity index 100% rename from scripts/README rename to src/scripts/README