Skip to content

Commit 4fbd447

Browse files
author
arthosofteq
committed
Updated config.yml
1 parent e202ec9 commit 4fbd447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ jobs:
676676
command: |
677677
rm release/._* ||:
678678
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"
679+
aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/rs-ri-builds/${CIRCLE_BUILD_NUM} --recursive --exclude "*.json"
680680
681681
release-aws-private:
682682
executor: linux-executor

0 commit comments

Comments
 (0)