Skip to content

Commit

Permalink
fix: remove AutoDeleteBucket custom construct
Browse files Browse the repository at this point in the history
  • Loading branch information
mmuller88 committed Feb 12, 2021
1 parent 912dbdd commit 1792ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
SimpleSynthAction,
StackOutput,
} from '@aws-cdk/pipelines';
import { AutoDeleteBucket } from '@mobileposse/auto-delete-bucket';
// import { AutoDeleteBucket } from '@mobileposse/auto-delete-bucket';
import { BuildBadge } from 'aws-cdk-build-badge';
// import { dependencies } from '../package.json';
import { StageAccount } from './accountConfig';
Expand Down

0 comments on commit 1792ffe

Please sign in to comment.