diff --git a/.drone.yml b/.drone.yml index f516f99..e30515b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,9 @@ --- -kind: piepline +kind: pipeline 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 ...