diff --git a/.drone.yml b/.drone.yml index 5d5f515..e506f17 100755 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,17 @@ kind: pipeline type: kubernetes -name: test +name: default steps: - - name: build - image: aplina - pull: if-not-exists + - name: test + image: docker:dind + volumes: + - name: dockersock + path: /var/run/ commands: - - ls -a + - docker ps -a + +volumes: + - name: dockersock + host: + path: /var/run/