diff --git a/.drone.yml b/.drone.yml index 076b67c..8d242b3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,8 @@ type: kubernetes name: build-and-deploy-dev -clone: - disable: true +# clone: +# disable: true trigger: event: @@ -12,12 +12,12 @@ trigger: branch: - dev -steps: - - name: dev-clone - image: ccr.ccs.tencentyun.com/violin/git-alpine:latest - commands: - - git clone https://gitea.violin-work.online/sales/todo-backend.git /repo - - cd /repo && git checkout ${DRONE_COMMIT_SHA} +# steps: +# - name: dev-clone +# image: ccr.ccs.tencentyun.com/violin/git-alpine:latest +# commands: +# - git clone https://gitea.violin-work.online/sales/todo-backend.git /repo +# - cd /repo && git checkout ${DRONE_COMMIT_SHA} - name: dev-build image: ccr.ccs.tencentyun.com/violin/maven:3.9-eclipse-temurin-22