Skip to content

Commit dc8ec52

Browse files
committed
[misc] add ssl
1 parent 8bd569c commit dc8ec52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
registry-user: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_USER || '' }}
7878
registry-password: ${{ matrix.db-type == 'enterprise' && secrets.ENTERPRISE_TOKEN || '' }}
7979
additional-conf: ${{ matrix.additional-conf || '' }}
80-
conf-script-folder: ${{ github.workspace }}/.github/workflows/certs
80+
# conf-script-folder: ${{ github.workspace }}/.github/workflows/certs
8181

8282
- name: Setup MySQL
8383
if: matrix.db-type == 'mysql'

0 commit comments

Comments
 (0)