Skip to content

Commit 35a65f8

Browse files
authored
Merge pull request #646 from RedisAI/fix_deploy_snapshots_for_1.2
Fix deploy snapshots for 1.2
2 parents ef5af98 + 0eb7611 commit 35a65f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ jobs:
359359
echo "... done."
360360
du -ah --apparent-size *
361361
cd snapshots
362-
for f in *.zip *.tgz; do
362+
for f in *.tgz; do
363363
aws s3 cp --no-progress $f s3://redismodules/$PACKAGE_NAME/snapshots/ --acl public-read
364364
done
365365
@@ -376,7 +376,7 @@ jobs:
376376
command: |
377377
cd workspace/artifacts
378378
du -ah --apparent-size *
379-
for f in *.zip *.tgz; do
379+
for f in *.tgz; do
380380
aws s3 cp --no-progress $f s3://redismodules/$PACKAGE_NAME/ --acl public-read
381381
done
382382

0 commit comments

Comments
 (0)