RackHD/on-taskgraph

View on GitHub
lib/graphs/ucs-catalog-graph.js

Summary

Maintainability
A
35 mins
Test Coverage
// Copyright 2017, Dell EMC, Inc.

'use strict';

module.exports = {
    friendlyName: 'Ucs Catalog',
    injectableName: 'Graph.Ucs.Catalog',
    options: {},
    tasks: [
        {
            label: 'ucs-catalog',
            taskName: 'Task.Ucs.Catalog'
        }
    ]
};