Skip to content

Commit

Permalink
Adding mysql start back to acquia-pipelines.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Dec 7, 2016
1 parent bdd70d8 commit 6b15c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pipelines/acquia-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ events:
script:
- git config --global user.name "Acquia Cloud"
- git config --global user.email "[email protected]"
- sudo /etc/init.d/mysql start
- mysql -u root -proot -e "CREATE DATABASE IF NOT EXISTS drupal"

# Install project level packages and set project level configuration.
Expand Down

0 comments on commit 6b15c75

Please sign in to comment.