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 e202ec9 commit 4fbd447Copy full SHA for 4fbd447
.circleci/config.yml
@@ -676,7 +676,7 @@ jobs:
676
command: |
677
rm release/._* ||:
678
applicationVersion=$(jq -r '.version' redisinsight/package.json)
679
- aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/auto/${CIRCLE_BUILD_NUM} --recursive --exclude "*.json"
+ aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/rs-ri-builds/${CIRCLE_BUILD_NUM} --recursive --exclude "*.json"
680
681
release-aws-private:
682
executor: linux-executor
0 commit comments