File tree Expand file tree Collapse file tree
packages/@aws-cdk-testing/cli-integ/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ export function withSpecificCdkApp(
5050 context . output ,
5151 context . aws ,
5252 context . randomString ) ;
53+ await fixture . ecrPublicLogin ( ) ;
5354
5455 let success = true ;
5556 try {
@@ -123,6 +124,7 @@ export function withCdkMigrateApp(
123124 context . aws ,
124125 context . randomString ,
125126 ) ;
127+ await fixture . ecrPublicLogin ( ) ;
126128
127129 await ensureBootstrapped ( fixture ) ;
128130
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ export function withCliLibIntegrationCdkApp<A extends TestContext & AwsContext &
2929 context . output ,
3030 context . aws ,
3131 context . randomString ) ;
32+ await fixture . ecrPublicLogin ( ) ;
3233
3334 let success = true ;
3435 try {
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ export function withSamIntegrationCdkApp<A extends TestContext & AwsContext>(blo
3737 context . output ,
3838 context . aws ,
3939 context . randomString ) ;
40+ await fixture . ecrPublicLogin ( ) ;
4041
4142 let success = true ;
4243 try {
You can’t perform that action at this time.
0 commit comments