From d35d19c30a74516ee84323da896a925dc2f12d3f Mon Sep 17 00:00:00 2001 From: Agent Date: Sun, 22 Mar 2026 15:41:40 +0000 Subject: [PATCH] debug: pause dev-build-image for inspection --- .drone.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4ce22bb..6e652e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,14 +29,7 @@ steps: DOCKER_CONFIG: from_secret: docker_config commands: - - ls -la - - cat Dockerfile - - >- - /kaniko/executor - --context . - --destination ccr.ccs.tencentyun.com/violin/todo-backend:${DRONE_COMMIT_SHA} - --destination ccr.ccs.tencentyun.com/violin/todo-backend:latest - --verbosity debug + - sleep 3600 - name: dev-deploy image: ccr.ccs.tencentyun.com/violin/kubectl:latest