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 913540e commit f9bc737Copy full SHA for f9bc737
.circleci/config.yml
@@ -956,7 +956,11 @@ jobs:
956
at: .
957
- run:
958
command: |
959
- aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/manual-builds/${CIRCLE_BUILD_NUM} --recursive --exclude "*" --include "RedisInsight*"
+ aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/manual-builds/${CIRCLE_BUILD_NUM} --recursive \
960
+ --exclude "*" \
961
+ --include "RedisInsight*" \
962
+ --include "web/*" \
963
+ --include "docker/*"
964
965
release-aws-private:
966
executor: linux-executor
0 commit comments