更新 .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
admin 2025-03-28 08:55:07 +00:00
parent d7666a7ba3
commit b3aeeefd3d

View File

@ -9,7 +9,9 @@ steps:
- name: simple-test - name: simple-test
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17
commands: commands:
- echo "临时测试成功" - echo "===== Drone 相关变量 ====="
- echo ${DRONE_NODE_LABEL_APP} - env | grep DRONE_
node: - echo "===== 路径变量 ====="
app: mvn - env | grep PATH
node:
app: mvn