UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

9 lines 413 B
import type { AgentContext, Context, GitlabJobCache } from "../../types"; export declare const getCacheKeyWithFallbackForMR: (baseKey: string, context: Context) => { key: string; fallback_keys: string[]; } | { key: string; fallback_keys?: undefined; }; export declare const addCacheFallback: (cache: GitlabJobCache | GitlabJobCache[], context: Context | AgentContext) => GitlabJobCache | GitlabJobCache[];