diff --git a/.drone.yml b/.drone.yml index 3b246c8..7e72028 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,17 @@ --- +kind: pipeline +type: exec +name: exec-runner-test + +platform: + os: linux + arch: amd64 + +steps: +- name: test + commands: + - nix shell 'nixpkgs#hello' -c hello +--- kind: piepline type: docker name: exec-docker-test