diff --git a/.drone.yml b/.drone.yml index e30515b..f516f99 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,14 @@ --- -kind: pipeline +kind: piepline type: docker -name: exec docker test +name: exec-docker-test steps: - name: test image: hello-world +--- +steps: +- name: test + commands: + - nix shell 'nixpkgs#hello' -c hello ...