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 2c7b294 commit 26ba88bCopy full SHA for 26ba88b
data-collection/utils/release.sh
@@ -26,6 +26,7 @@ aws cloudformation list-stack-instances \
26
--region $region --output text)
27
28
aws s3 sync $code_path/ s3://$bucket/cfn/data-collection/ --delete
29
+ aws s3 sync $code_path/ s3://$bucket/cfn/data-collection/$version/ --delete
30
done
31
32
echo 'Done'
0 commit comments