From ed38a3841a5f16fc24bb8580e9fcb329606d1829 Mon Sep 17 00:00:00 2001 From: Chris Pates Date: Tue, 31 May 2022 17:01:04 +0100 Subject: [PATCH] Update buildspec.yml change bucket variable --- buildspec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildspec.yml b/buildspec.yml index 65628aa1..367dd69e 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -54,7 +54,7 @@ phases: - go build -o ssosync main.go # Package our application with AWS SAM - - aws cloudformation package --template template.yml --s3-bucket $S3_BUCKET --output-template packaged.yml + - aws cloudformation package --template template.yml --s3-bucket ${ARTIFACT_S3_BUCKET} --output-template packaged.yml artifacts: files: