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.
1 parent 1fde781 commit f4fe0d1Copy full SHA for f4fe0d1
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