Skip to content

Commit

Permalink
Merge pull request #70 from nateglims/cdk-pipeline
Browse files Browse the repository at this point in the history
Rename DistributionKind to match the library
  • Loading branch information
nateglims authored Sep 6, 2023
2 parents 00da43a + be7761f commit 50e344c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demos-pipeline/bin/poky-pipeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
BuildImageRepoStack,
PipelineNetworkStack,
ImageKind,
DistributionKind,
ProjectKind,
} from "aws4embeddedlinux-cdk-lib";

const app = new cdk.App();
Expand Down Expand Up @@ -73,7 +73,7 @@ new DemoPipelineStack(app, "QemuDemoPipeline", {
imageTag: ImageKind.Ubuntu22_04,
vpc: vpc.vpc,
layerRepoName: "qemu-demo-layer-repo",
distroKind: DistributionKind.MetaAwsDemo,
distroKind: ProjectKind.MetaAwsDemo,
});

/**
Expand Down

0 comments on commit 50e344c

Please sign in to comment.