diff --git a/.drone.yml b/.drone.yml index b15fc53..2bf3745 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,15 +1,15 @@ kind: pipeline type: docker name: pipeline-1 - -clone: - disable: true + + steps: - - name: git-incremental-sync - image: alpine/git:latest + - name: build + image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17 commands: - - ls /drone/src + - cd $DRONE_WORKSPACE + - ls /drone/src/ node: app: build