UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

10 lines (9 loc) 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getServiceName = void 0; var getServiceName = function (context) { return context.environment.fullName.toLowerCase(); }; exports.getServiceName = getServiceName;