diff --git a/.drone.yml b/.drone.yml index e8c75be..951c043 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,9 +2,16 @@ kind: pipeline type: docker name: pipeline-1 +clone: + disable: true - 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 image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 commands: