test/.drone.yml
admin b3aeeefd3d
All checks were successful
continuous-integration/drone/push Build is passing
更新 .drone.yml
2025-03-28 08:55:07 +00:00

17 lines
341 B
YAML

kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: simple-test
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17
commands:
- echo "===== Drone 相关变量 ====="
- env | grep DRONE_
- echo "===== 路径变量 ====="
- env | grep PATH
node:
app: mvn