[fix]:[20251208][drone 增加前端工程的cicd1]
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/tag Build was killed

This commit is contained in:
kale 2025-12-08 03:19:00 -05:00
parent 8264c16dbf
commit 0153a376b6

View File

@ -56,7 +56,7 @@ steps:
- ls -lah target/*.jar || (echo "JAR file not found!" && exit 1) - ls -lah target/*.jar || (echo "JAR file not found!" && exit 1)
- name: frontend-build - name: frontend-build
image: node:20 image: registry.cn-beijing.aliyuncs.com/yinzy/node:20.11-alpine3.19
pull: false pull: false
volumes: volumes:
- name: node-cache - name: node-cache