Skip to content

Commit

Permalink
Set MYSQL_ROOT_PASSWORD variable in circleci configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasnatter committed Mar 24, 2021
1 parent f177f51 commit 077ea21
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
- ARTICLE_TEST_CASE=extend
- image: circleci/mysql:5.7
environment:
- MYSQL_USER=root
- MYSQL_PASSWORD=
- MYSQL_ROOT_PASSWORD=
- MYSQL_ALLOW_EMPTY_PASSWORD=true
- MYSQL_DATABASE=circle_test
- image: docker.elastic.co/elasticsearch/elasticsearch:7.5.2
Expand All @@ -22,7 +21,7 @@ jobs:
- discovery.type: single-node
steps:
- checkout
- run:
- run:
name: Install OS dependencies (mysql, gd)
command: |
sudo apt-get install -y libpng-dev
Expand Down

0 comments on commit 077ea21

Please sign in to comment.