Skip to content
Snippets Groups Projects
Commit d3948980 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3194401: Switch to CircleCI as the default automated testing platform

parent 0eaf1fe5
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,7 @@ jobs:
- run:
name: Create test Varbase MySQL database and drop old one if exists
command: |
sudo apt install mysql-client
mysql -h 127.0.0.1 -uuser -ppassw0rd -e "DROP DATABASE IF EXISTS test_varbase;CREATE DATABASE test_varbase;"s
mysql -h 127.0.0.1 -uuser -ppassw0rd -e "DROP DATABASE IF EXISTS test_varbase;CREATE DATABASE test_varbase;"
## Install Varbase with drush.
- run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment