Compare commits

..

No commits in common. "172f9b8229286e6cd72d0efed11c3cc16079f6fd" and "81308c28f4ed18a907f5774270aa78be359bec94" have entirely different histories.

View File

@ -126,10 +126,9 @@ steps:
- npm config set cache /localcache/node_modules/.npm
- npm ci --registry=https://registry.npmmirror.com
- npm run build
- cd dist && tar -czf ../dist.tgz . && cd ..
- cd dist && zip -r ../dist.zip . && cd ..
- mkdir -p /localcache/${DRONE_REPO_NAME}
- cp dist.tgz /localcache/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.tgz -f
- ls -lah /localcache/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.tgz
- cp dist.zip /localcache/${DRONE_REPO_NAME}/dist-${DRONE_TAG}.zip
- name: java-build
image: registry.cn-beijing.aliyuncs.com/yinzy/maven:3.9-eclipse-temurin-8