From 9c3bd643673e7c2a209eacdcaeddc09651d165a0 Mon Sep 17 00:00:00 2001 From: Unshift Date: Fri, 22 Nov 2024 16:26:17 +0800 Subject: [PATCH] fix: test3 --- .drone.yml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8cf578c..5d5f515 100755 --- a/.drone.yml +++ b/.drone.yml @@ -1,18 +1,10 @@ kind: pipeline -type: docker -name: default +type: kubernetes +name: test steps: - - name: test - image: docker:dind - volumes: - - name: dockersock - path: /var/run/ + - name: build + image: aplina + pull: if-not-exists commands: - ls -a - - docker ps -a - -volumes: - - name: dockersock - host: - path: /var/run/