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

This commit is contained in:
2026-03-22 01:51:14 +00:00
parent e2eb0a9ce1
commit 47ce88eb2b

View File

@@ -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