Skip to content

Commit

Permalink
modified file check. Added percona56 to deploy.
Browse files Browse the repository at this point in the history
fixes #12
  • Loading branch information
mrpatrick committed Jan 6, 2016
1 parent 2b37ec7 commit 695fdaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -27,7 +27,7 @@ test:

deployment:
production:
branch: [master, mysql50, mysql55, mysql56]
branch: [master, mysql50, mysql55, mysql56, percona56]
commands:
- ./deploy.sh

2 changes: 1 addition & 1 deletion mysql_startup.sh
Expand Up @@ -14,7 +14,7 @@ else
fi


if [ ! -f /var/lib/mysql/ibdata1 ]; then
if [ ! -f /var/lib/mysql/mysql-bin.index ]; then
/usr/bin/mysql_install_db
sleep 10s

Expand Down

0 comments on commit 695fdaf

Please sign in to comment.