Skip to content

Commit 7e1e25d

Browse files
author
Rishabh
committed
changes to CICD for mysql utf-8 support
1 parent 0d3bd46 commit 7e1e25d

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
resource_class: large
1313
steps:
1414
- checkout
15+
- run: echo $'\n[mysqld]\ncharacter_set_server=utf8mb4' >> /etc/mysql/mysql.cnf
1516
- run: (cd .circleci/ && ./doTests.sh)
1617
- slack/status
1718

cli/jar/cli.jar

0 Bytes
Binary file not shown.

downloader/jar/downloader.jar

0 Bytes
Binary file not shown.

jar/core-3.6.0.jar

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)