mirror of
https://github.com/yiisoft/yii2.git
synced 2026-02-20 00:32:19 +01:00
run cubrid only on branch tests/cubrid
This commit is contained in:
@@ -69,7 +69,7 @@ test:db:pgsql:
|
||||
test:db:mssql:
|
||||
stage: test
|
||||
only:
|
||||
- test/mssql
|
||||
- tests/mssql
|
||||
script:
|
||||
- cd mssql
|
||||
- export COMPOSE_PROJECT_NAME=${ISOLATION}mssql
|
||||
@@ -85,6 +85,8 @@ test:db:mssql:
|
||||
|
||||
test:db:cubrid:
|
||||
stage: test
|
||||
only:
|
||||
- tests/cubrid
|
||||
script:
|
||||
- cd cubrid
|
||||
- export COMPOSE_PROJECT_NAME=${ISOLATION}cubrid
|
||||
|
||||
Reference in New Issue
Block a user