Skip to content
代码片段 群组 项目
提交 d518f343 编辑于 作者: Krasimir Angelov's avatar Krasimir Angelov
浏览文件

Update db:check-migrations to use PG14

It should match the version used by GDK.
上级 f58d42b1
No related branches found
No related tags found
无相关合并请求
...@@ -72,7 +72,7 @@ db:check-schema-single-db: ...@@ -72,7 +72,7 @@ db:check-schema-single-db:
db:check-migrations: db:check-migrations:
extends: extends:
- .db-job-base - .db-job-base
- .use-pg13 # Should match the db same version used by GDK - .use-pg14 # Should match the db same version used by GDK
- .rails:rules:ee-and-foss-mr-with-migration - .rails:rules:ee-and-foss-mr-with-migration
script: script:
- git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME:$CI_MERGE_REQUEST_TARGET_BRANCH_NAME --depth 20 - git fetch origin $CI_MERGE_REQUEST_TARGET_BRANCH_NAME:$CI_MERGE_REQUEST_TARGET_BRANCH_NAME --depth 20
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册