Skip to content
This repository was archived by the owner on Apr 20, 2020. It is now read-only.

Commit 1b4cd29

Browse files
committed
comment out the s3 deploy for now
1 parent d7d3d1a commit 1b4cd29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
- "~/.cargo"
7272
- "./target"
7373

74-
- run:
75-
name: Deploy to S3
76-
command: >-
77-
aws s3 cp ./target/release/ s3://redismodules/$PACKAGE_NAME/ --acl
78-
public-read --recursive --exclude "*" --include "*.zip"
74+
# - run:
75+
# name: Deploy to S3
76+
# command: >-
77+
# aws s3 cp ./target/release/ s3://redismodules/$PACKAGE_NAME/ --acl
78+
# public-read --recursive --exclude "*" --include "*.zip"
7979

8080
# - run:
8181
# name: Run all tests

0 commit comments

Comments
 (0)