Skip to content

Commit

Permalink
fix: remove bucket deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Unerty committed Nov 5, 2021
1 parent 05ea47f commit 6f96c5f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/cdk-gitlab-runner-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,6 @@ export class GitlabRunnerStack extends Stack {
bucketKeyEnabled: true,
});

const cacheBucketDeployment = new BucketDeployment( // TODO: rethink if we need it at all
this,
"GitlabRunnerCacheBucketDeployment",
{
sources: [Source.asset], // TODO: configure it
destinationBucket: cacheBucket,
serverSideEncryption: ServerSideEncryption.AES_256,
}
);

/*
* #############################
* ### GitLab Runner Manager ###
Expand Down

0 comments on commit 6f96c5f

Please sign in to comment.