Closed danikarik closed 6 years ago
Install the mysql client and you should be good. This might have been missed since postgres is used most often
I had to add that for postgres (https://github.com/gobuffalo/buffalo/pull/1043) you may want to do the same thing with mysql!
Fixed with #1063.
Steps to Reproduce the Problem
buffalo new pipeline --ci-provider gitlab-ci --db-type mysql
cd pipeline
git remote add origin git@gitlab.com:<owner>/pipeline.git
git push -u origin master
.gitlab-ci.yml
:mysql:5.7
git push -u origin master
Expected Behavior
CI pipeline successfully built.
Actual Behavior
Info