Skip to content

Commit d82d4ac

Browse files
no artifacts
1 parent 8e3e4ec commit d82d4ac

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

cfn/ESDK-Python.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ Resources:
4343
ReportBuildStatus: false
4444
Type: "GITHUB"
4545
Artifacts:
46-
Type: "S3"
47-
Location: !Ref GeneratedVectorsArtifactsS3Bucket
48-
Name: "/"
46+
Type: "NO_ARTIFACTS"
4947
Cache:
5048
Type: "NO_CACHE"
5149
Environment:
@@ -251,7 +249,6 @@ Resources:
251249
Properties:
252250
ManagedPolicyName: !Sub "CodeBuildBasePolicy-${ProjectName}-${AWS::Region}"
253251
Path: "/service-role/"
254-
# TODO: The "arn:aws:s3:::generated-vectors-artifacts-bucket/*" is debug and should be removed
255252
PolicyDocument: !Sub |
256253
{
257254
"Version": "2012-10-17",
@@ -277,7 +274,6 @@ Resources:
277274
"Effect": "Allow",
278275
"Resource": [
279276
"arn:aws:s3:::codepipeline-${AWS::Region}-*",
280-
"arn:aws:s3:::generated-vectors-artifacts-bucket/*"
281277
],
282278
"Action": [
283279
"s3:PutObject",

0 commit comments

Comments
 (0)