diff --git a/.drone.yml b/.drone.yml index dce58a2..7e72028 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,4 +11,12 @@ steps: - name: test commands: - nix shell 'nixpkgs#hello' -c hello +--- +kind: piepline +type: docker +name: exec-docker-test + +steps: +- name: test + image: hello-world ...