We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa9925 commit 7a5af81Copy full SHA for 7a5af81
.circleci/config.yml
@@ -44,6 +44,7 @@ jobs:
44
- run:
45
name: Run Examples
46
command: |
47
+ sudo chmod a+r redis/tests/tls/*
48
make examples TLS_CERT=redis/tests/tls/redis.crt \
49
TLS_KEY=redis/tests/tls/redis.key \
50
TLS_CACERT=redis/tests/tls/ca.crt
0 commit comments