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

This commit is contained in:
admin 2025-05-08 09:31:03 +00:00
parent a1e1c1ea12
commit 6328e3da5d

View File

@ -2,9 +2,16 @@ kind: pipeline
type: docker type: docker
name: pipeline-1 name: pipeline-1
clone:
disable: true
steps: steps:
- name: clone
image: alpine/git:latest
commands:
- git clone -b main admin:P@ssw0rd!@115.190.73.171:3000/admin/test.git
- sleep 5m
- 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
commands: commands: