UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

7 lines 290 B
import type { GitlabJobDef } from "../../types"; /** * Sorts the properties of a GitLab job definition based on the desired order. * * This is only useful when generating a GitLab pipeline YAML file. */ export declare const sortGitLabJobDefProps: (jobDef: GitlabJobDef) => GitlabJobDef;