UNPKG

opinionated-ci-pipeline

Version:

CI/CD on AWS with feature-branch builds, developer-environment deployments, and build status notifications.

7 lines (6 loc) 283 B
/** * The repository mirror is packed as a zip file on an S3 bucket. * The zip file is automatically unpacked by the CodePipeline source action. * Then we need to checkout the repository to unpack it from the Git mirror files. */ export declare const checkoutCommands: string[];