Skip to content

Commit 09ab2d4

Browse files
committed
removing zip from upstream
1 parent f1a0530 commit 09ab2d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 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
@@ -489,7 +489,7 @@ workflows:
489489
context: common
490490
<<: *after-platform-builds
491491
<<: *on-integ-branch
492-
- deploy-release:
492+
- eploy-release:
493493
context: common
494494
<<: *after-platform-builds
495495
<<: *on-version-tags

0 commit comments

Comments
 (0)