Skip to content

Commit 0eb7611

Browse files
chayimalonre24
authored andcommitted
Merge pull request #643 from RedisAI/ci-removezips
1 parent ef5af98 commit 0eb7611

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)