File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -956,7 +956,11 @@ jobs:
956
956
at : .
957
957
- run :
958
958
command : |
959
- aws s3 cp release/ s3://${AWS_BUCKET_NAME_TEST}/public/manual-builds/${CIRCLE_BUILD_NUM} --recursive --exclude "*" --include "RedisInsight*"
959
+ 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"
960
964
961
965
release-aws-private :
962
966
executor : linux-executor
@@ -1399,6 +1403,10 @@ workflows:
1399
1403
name : Release AWS stage
1400
1404
requires :
1401
1405
- Build docker images (stage)
1406
+ - release-docker :
1407
+ name : Release docker images
1408
+ requires :
1409
+ - Build docker images (stage)
1402
1410
1403
1411
# build electron app (dev) from "build" branches
1404
1412
build :
You can’t perform that action at this time.
0 commit comments