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 3374a1b commit d5d8282Copy full SHA for d5d8282
.circleci/config.yml
@@ -17,7 +17,7 @@ jobs:
17
- run:
18
name: Generate a root CA and a server certificate using redis helpers
19
command: |
20
- git clone git://github.com/redis/redis.git
+ git clone https://github.com/redis/redis.git
21
cd redis
22
./utils/gen-test-certs.sh
23
cd ..
0 commit comments