summaryrefslogtreecommitdiffstats
path: root/opensteak
diff options
context:
space:
mode:
authorJoseph Gasparakis <joseph.gasparakis@intel.com>2015-03-01 01:56:01 -0800
committerJoseph Gasparakis <joseph.gasparakis@intel.com>2015-03-01 01:56:01 -0800
commit0cea236d07716f186f2a65f3eb1f81ef61cfe01f (patch)
tree2233379ba40b65a07501dae1d3b043d472f67ec7 /opensteak
parentc118d8c1e9786ec1700db8598047b81dd7959a12 (diff)
ci: Initial setup of ci tree
This patch creates some tree structure based on Fatih Deqirmenci's suggestion: genesis ├── common │ ├── manifests │ ├── tools │ └── ci ├── foreman │ ├── tools │ │ └── foo.sh │ └── ci │ ├── deploy.sh │ └── build.sh ├── fuel │ ├── tools │ │ └── foo.sh │ └── ci │ ├── deploy.sh │ └── build.sh └── opensteak ├── tools │ └── foo.sh └── ci ├── deploy.sh └── build.sh So far creating only the deploy and build scripts. Signed-off-by: Joseph Gasparakis <joseph.gasparakis@intel.com>
Diffstat (limited to 'opensteak')
-rw-r--r--opensteak/ci/build.sh0
-rw-r--r--opensteak/ci/deploy.sh0
2 files changed, 0 insertions, 0 deletions
diff --git a/opensteak/ci/build.sh b/opensteak/ci/build.sh
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/opensteak/ci/build.sh
diff --git a/opensteak/ci/deploy.sh b/opensteak/ci/deploy.sh
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/opensteak/ci/deploy.sh