@jameslnewell/buildkite-pipelines
Version:
Generate Buildkite pipelines from code.
33 lines (32 loc) • 783 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _export(target, all) {
for(var name in all)Object.defineProperty(target, name, {
enumerable: true,
get: all[name]
});
}
_export(exports, {
BlockStepSchema: function() {
return _schema.BlockStep;
},
CommandStepSchema: function() {
return _schema.CommandStep;
},
GroupStepSchema: function() {
return _schema.GroupStep;
},
InputStepSchema: function() {
return _schema.InputStep;
},
TriggerStepSchema: function() {
return _schema.TriggerStep;
},
WaitStepSchema: function() {
return _schema.WaitStep;
}
});
const _schema = require("./schema");
//# sourceMappingURL=index.js.map