更新 .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
admin 2025-05-09 02:01:08 +00:00
parent 1d398cabb2
commit 4bb18c11b6

View File

@ -18,17 +18,19 @@ steps:
- name: build
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17
commands:
- cd $DRONE_WORKSPACE
- cd $DRONE_WORKSPACE
- pwd
- ls -la /drone/src/
- ls -la /drone/src/${DRONE_BUILD_NUMBER}
- cat /drone/src/.drone.yml
- sleep 1m
- name: publish
commands:
- cd $DRONE_WORKSPACE
- pwd
- ls -la /drone/src/
- ls -la /drone/src/${DRONE_BUILD_NUMBER}
depends_on:
- clone
- build