Skip to content

Commit

Permalink
fix deps download
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed Mar 25, 2020
1 parent 45f77c7 commit 7070b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
command: cd ..; wget http://redismodules.s3.amazonaws.com/redisgears/redisgears.linux-bionic-x64.0.9.0.zip; apt-get install -y unzip; unzip redisgears.linux-bionic-x64.0.9.0.zip
- run:
name: download_RedisGears_deps
command: cd ..; wget http://redismodules.s3.amazonaws.com/redisgears/redisgears-dependencies.linux-bionic-x64.0.9.tgz; cd /; tar -xvf /root/redisgears-dependencies.linux-bionic-x64.0.9.tgz
command: cd ..; wget http://redismodules.s3.amazonaws.com/redisgears/redisgears-dependencies.linux-bionic-x64.0.9.0.tgz; cd /; tar -xvf /root/redisgears-dependencies.linux-bionic-x64.0.9.0.tgz
- checkout
- run:
name: install_write_behind_to_RedisGears_virtual_env
Expand Down

0 comments on commit 7070b45

Please sign in to comment.