mirror of
				https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
				synced 2025-10-31 10:02:21 +08:00 
			
		
		
		
	- 实现了 build、tag、publish、reset 和 mirror等阶段的自动化流程 - 添加了 check 和 test 分支的构建和发布配置 - 更新了 build.gradle.kts 和 settings.gradle.kts 文件,调整了项目配置 - 新增 MdcContextElement 和 CoroutineMdcWebFilter 类,用于协程中的 MDC 上下文传播
		
			
				
	
	
		
			10 lines
		
	
	
		
			355 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			355 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| include:
 | |
|   - local: '/.gitlab/workflows/.gitlab-ci.test.yml'
 | |
|     rules:
 | |
|       - if: '$CI_COMMIT_BRANCH == "test"'
 | |
|   - local: '/.gitlab/workflows/.gitlab-ci.main.yml'
 | |
|     rules:
 | |
|       - if: '$CI_COMMIT_BRANCH == "main"'
 | |
|   - local: '/.gitlab/workflows/.gitlab-ci.other.yml'
 | |
|     rules:
 | |
|       - if: '$CI_COMMIT_BRANCH != "main" && $CI_COMMIT_BRANCH != "test"' |