Skip to content

Commit d5d8282

Browse files
authored
git url fetch via https for unstable (#137)
1 parent 3374a1b commit d5d8282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run:
1818
name: Generate a root CA and a server certificate using redis helpers
1919
command: |
20-
git clone git://github.com/redis/redis.git
20+
git clone https://github.com/redis/redis.git
2121
cd redis
2222
./utils/gen-test-certs.sh
2323
cd ..

0 commit comments

Comments
 (0)