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 412d8af commit 857a986Copy full SHA for 857a986
.circleci/config.yml
@@ -17,7 +17,7 @@ commands:
17
command: |
18
./opt/readies/bin/getpy3
19
BREW_NO_UPDATE=1 ./opt/system-setup.py
20
- git clone git://github.com/antirez/redis.git --branch 5.0.7; cd redis; make malloc=libc -j $(nproc); make install; redis-server --version
+ git clone git://github.com/antirez/redis.git --branch 5.0.7; (cd redis; make malloc=libc -j $(nproc); make install); redis-server --version
21
./get_deps.sh cpu
22
- save_cache:
23
paths:
0 commit comments