Skip to content

Commit 7a5af81

Browse files
chayimgkorland
andauthored
chmod to permission generated keys (#142)
* chmod to permission generated keys Co-authored-by: Guy Korland <[email protected]>
1 parent 0fa9925 commit 7a5af81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- run:
4545
name: Run Examples
4646
command: |
47+
sudo chmod a+r redis/tests/tls/*
4748
make examples TLS_CERT=redis/tests/tls/redis.crt \
4849
TLS_KEY=redis/tests/tls/redis.key \
4950
TLS_CACERT=redis/tests/tls/ca.crt

0 commit comments

Comments
 (0)