Skip to content

Commit

Permalink
remove mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed May 11, 2020
1 parent da3b990 commit dd1c1f0
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 @@ -10,7 +10,7 @@ jobs:
steps:
- run:
name: installations
command: apt-get -qq update; apt-get install -y mysql-server ca-certificates wget build-essential git python-pip
command: apt-get -qq update; apt-get install -y ca-certificates wget build-essential git python-pip
- run:
name: Redis_5_upgrade
command: cd ..; git clone https://github.com/antirez/redis.git; cd ./redis; git fetch; git checkout 6.0.1; make; make install
Expand Down

0 comments on commit dd1c1f0

Please sign in to comment.