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

This commit is contained in:
admin 2025-03-28 10:13:55 +00:00
parent 073016c918
commit 8eeeefbd9b

View File

@ -7,11 +7,14 @@ name: pipeline-1
steps: steps:
- name: build - name: build
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
working_dir: /drone/src/test
commands: commands:
- echo "Pipeline 1 执行中..." - echo "Pipeline 1 执行中..."
- pwd
node: node:
app: build app: build
--- ---
kind: pipeline kind: pipeline
type: docker type: docker