-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmc.yaml
More file actions
17 lines (17 loc) · 727 Bytes
/
mc.yaml
File metadata and controls
17 lines (17 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
api: mc
version: alpha/v2
metadata:
name: "Master Of Ceremony"
description: "The purpose of this tool is to simplify management of continuous development and integration pipelines while decoupling steps from services architectures that can become bottlenecks or blockers to software deployment and testing. This tool helps configure CI/CD steps into a package that can be used for existing CI/CD services or to process locally with a user at the helm."
specs:
env:
- name: VERSION
default: 0.5.8
steps:
build-script:
file: ./pipelines/build.bash
template:
file: ./pipelines/install.template.sh
parameters: install.params
script: ./pipelines/template.bash
outfile: install.sh