Compare commits

..

2 Commits

Author SHA1 Message Date
kale
bc663d5e88 [fix]:[20251208][drone 增加前端工程的cicd 3]
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-08 03:33:31 -05:00
3dac3b6246 Merge pull request '[fix]:[20251208][drone 增加前端工程的cicd 2]' (#36) from yinzy_dev into main
Reviewed-on: #36
2025-12-08 16:20:28 +08:00

View File

@ -76,6 +76,9 @@ steps:
- echo "✅ PR pipeline completed at $(date)"
when:
status: [ success, failure ]
depends_on:
- java-build-test
- frontend-build
---