UNPKG

singularci

Version:

SingularCI is a DSL transpiler used to generate CI/CD configuration files for existing CI platforms

11 lines 276 B
export declare type GitLabJobObject = { [key: string]: { image: string; stage: string; script: string[]; needs: string[]; services?: string[]; before_script?: string[]; }; }; //# sourceMappingURL=types.d.ts.map