File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
integration :
16
16
runs-on : ubuntu-24.04
17
- container :
18
- image : domjudge/gitlabci:24.04
19
- options : --privileged --cgroupns=host --init
20
- services :
21
- sqlserver :
22
- image : mariadb
23
- ports :
24
- - 3306:3306
25
- env :
26
- MYSQL_ROOT_PASSWORD : root
27
- MYSQL_USER : domjudge
28
- MYSQL_PASSWORD : domjudge
29
- options : --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
17
+ container :
18
+ image : domjudge/gitlabci:24.04
19
+ options : --privileged --cgroupns=host --init
20
+ services :
21
+ sqlserver :
22
+ image : mariadb
23
+ ports :
24
+ - 3306:3306
25
+ env :
26
+ MYSQL_ROOT_PASSWORD : root
27
+ MYSQL_USER : domjudge
28
+ MYSQL_PASSWORD : domjudge
29
+ options : --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : info
You can’t perform that action at this time.
0 commit comments