Skip to content

Commit df6328f

Browse files
committed
ci: Fix container environment for MariaDb 10.1
1 parent 1949a3f commit df6328f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
-v `pwd`:/root \
170170
-p 3307:3306 \
171171
-e MARIADB_ROOT_PASSWORD=password \
172+
-e MYSQL_ROOT_PASSWORD=password \
172173
mariadb:$(DB_VERSION) \
173174
--max-allowed-packet=36700160 \
174175
--local-infile \

0 commit comments

Comments
 (0)