@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
6 lines • 297 B
TypeScript
import { BashExpression } from "../bash/BashExpression";
import type { EnvironmentContext } from "../types/environmentContext";
export declare const ALL_BUILD_VARIABLES: string[];
export declare const getBuildInfoVariables: (ctx: EnvironmentContext) => {
[k: string]: string | BashExpression;
};