Skip to content

Commit

Permalink
Try base64 ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonsim committed Jan 15, 2018
1 parent 6a818d2 commit f3d39b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec-4-sftpdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ phases:
# Create a mysql database
# Do you need to do this? In many cases phpunit will use sqllite or similar to avoid the need for a real DB.
# If you don't need it delete it
- /usr/bin/mysql -u root -e "GRANT ALL ON *.* TO 'test'@'localhost' IDENTIFIED BY '' WITH GRANT OPTION"
- mysqladmin -u test create test
# - /usr/bin/mysql -u root -e "GRANT ALL ON *.* TO 'test'@'localhost' IDENTIFIED BY '' WITH GRANT OPTION"
# - mysqladmin -u test create test

# Run your tests
- ./vendor/bin/phpunit --coverage-html coverage
Expand Down

0 comments on commit f3d39b6

Please sign in to comment.