Skip to content

Commit

Permalink
AO3-5201 Move codeship to mysql 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zz9pzza authored and sarken committed May 15, 2017
1 parent adf5f9d commit 0b9ccc5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/database.codeship.yml
Expand Up @@ -3,16 +3,16 @@ development:
host: localhost
encoding: utf8
pool: 10
port: 3307
username: <%= ENV['MYSQL_USER'] %>
password: <%= ENV['MYSQL_PASSWORD'] %>
database: development<%= ENV['TEST_ENV_NUMBER'] %>
socket: /var/run/mysqld/mysqld.sock
test:
adapter: mysql2
host: localhost
encoding: utf8
pool: 10
port: 3307
username: <%= ENV['MYSQL_USER'] %>
password: <%= ENV['MYSQL_PASSWORD'] %>
database: test<%= ENV['TEST_ENV_NUMBER'] %>
socket: /var/run/mysqld/mysqld.sock
1 change: 1 addition & 0 deletions script/prepare_codeship.sh
Expand Up @@ -7,6 +7,7 @@
#
export RAILS_ENV=test
bundle install
\curl -sSL https://raw.githubusercontent.com/codeship/scripts/master/packages/mysql-5.7.sh | bash -s
cp config/database.codeship.yml config/database.yml
cp config/newrelic.example config/newrelic.yml
cp config/redis-cucumber.conf.example config/redis-cucumber.conf
Expand Down

0 comments on commit 0b9ccc5

Please sign in to comment.