Skip to content

Commit a350829

Browse files
Delete correct templates in cloudlogs-cspm CI (#105)
1 parent d47fe8d commit a350829

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates_cspm_cloudlogs/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lint:
1919
cfn-lint *.yaml
2020

2121
packaged-template.yaml:
22-
aws s3 rm s3://$(S3_BUCKET)/full-install/single/$(S3_PREFIX) --recursive
22+
aws s3 rm s3://$(S3_BUCKET)/cspm-cloudlogs/single/$(S3_PREFIX) --recursive
2323
aws cloudformation package \
2424
--region $(S3_REGION) \
2525
--template-file FullInstall.yaml \
@@ -43,7 +43,7 @@ clean:
4343
aws cloudformation delete-stack --stack-name $(STACK_NAME)
4444

4545
packaged-template-org.yaml:
46-
aws s3 rm s3://$(S3_BUCKET)/full-install/org/$(S3_PREFIX) --recursive
46+
aws s3 rm s3://$(S3_BUCKET)/cspm-cloudlogs/org/$(S3_PREFIX) --recursive
4747
aws cloudformation package \
4848
--region $(S3_REGION) \
4949
--template-file OrgFullInstall.yaml \

0 commit comments

Comments
 (0)