We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fde781 + f4fe0d1 commit 46621ecCopy full SHA for 46621ec
data-collection/utils/release.sh
@@ -7,7 +7,7 @@ export STACK_SET_NAME=LayerBuckets
7
export CENTRAL_BUCKET=aws-managed-cost-intelligence-dashboards
8
9
code_path=$(git rev-parse --show-toplevel)/data-collection/deploy
10
-version=$(jq -r '.version' data-collection/utils/version.json)
+version=v$(jq -r '.version' data-collection/utils/version.json)
11
12
echo "sync to central bucket"
13
aws s3 sync $code_path/ s3://$CENTRAL_BUCKET/cfn/data-collection/
0 commit comments