Skip to content

Commit d10d61f

Browse files
committed
Fix drone
1 parent b41806b commit d10d61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ steps:
240240
TAGS: bindata sqlite sqlite_unlock_notify
241241
RACE_ENABLED: true
242242
GITEA_UNIT_TESTS_DB_TYPE: mysql
243-
GITEA_UNIT_TESTS_DB_CONNSTR: root:@tcp(mysql)/gitea_test?charset-utf8mb4
243+
GITEA_UNIT_TESTS_DB_CONNSTR: root:@tcp(mysql:3306)/gitea_test?charset=utf8mb4
244244
GITHUB_READ_TOKEN:
245245
from_secret: github_read_token
246246

0 commit comments

Comments
 (0)