28 Star 37 Fork 30

UBML/business-entity-framework

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kaixuan Shi 提交于 2024-12-27 16:25 +08:00 . 调整.gitlab-ci文件发布snapshot包
include:
- https://repos.iec.io/gitlab-ci/template/experimental/.standard-maven-project.yml
variables:
# Java
JAVA_DOCKER_IMAGE: registry.inspures.com/public/docker.io/library/eclipse-temurin:8-jdk
# Maven
ALLOW_PUBLISHING_TO_MAVEN_REPO: "true"
POSTGRES_PASSWORD: postgres
# Review
ALLOW_UPGRADE_REVIEW_ENVIRONMENT: "true"
ALLOW_REMOVE_REVIEW_ENVIRONMENT: "false"
.services-for-maven-tests:
services:
# - name: redis:latest
# alias: redis
- name: postgres:11
alias: postgres
.refs-to-review:
only:
refs:
- main
# - 42-pipeline
# .refs-to-publish-snapshot:
# only:
# refs:
# - main
# .refs-to-publish-release:
# only:
# refs:
# - tags
.refs-to-publish:
only:
refs:
- main
- tags
- f_refact
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/ubml/business-entity-framework.git
git@gitee.com:ubml/business-entity-framework.git
ubml
business-entity-framework
business-entity-framework
main

搜索帮助