diff options
author | Joseph Gasparakis <joseph.gasparakis@intel.com> | 2015-03-01 01:56:01 -0800 |
---|---|---|
committer | Joseph Gasparakis <joseph.gasparakis@intel.com> | 2015-03-01 01:56:01 -0800 |
commit | 0cea236d07716f186f2a65f3eb1f81ef61cfe01f (patch) | |
tree | 2233379ba40b65a07501dae1d3b043d472f67ec7 /opensteak/ci/build.sh | |
parent | c118d8c1e9786ec1700db8598047b81dd7959a12 (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/ci/build.sh')
-rw-r--r-- | opensteak/ci/build.sh | 0 |
1 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 |