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/