Skip to content

Commit 49b08a0

Browse files
authored
Merge pull request #51 from gridsmartercities/stg_build
fixed cp command
2 parents 27c72a2 + 1248ad6 commit 49b08a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-stg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ phases:
2020
build:
2121
commands:
2222
# Copy the contract OpenApi 3.0 spec to the S3 bucket, so it can later be transformed into the SAM template
23-
- aws s3 cp api-contract.yaml s3://$SAM_S3_BUCKET/stg
23+
- aws s3 cp api-contract.yaml s3://$SAM_S3_BUCKET/stg/
2424
# Execute packager tool so every lambda gets just the code and dependencies it needs
2525
- ./tools/build/packager.sh -q
2626
# Build the SAM template

0 commit comments

Comments
 (0)