From 7ab265ff6c7563fe7da392f772a2dc20f40e14e4 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 16 Feb 2021 14:54:59 +0100 Subject: [PATCH] ci: drone: test exec runner --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index e30515b..70b7e63 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,12 @@ name: exec docker test steps: - name: test image: hello-world +--- +kind: pipeline +type: exec +name: exec runner test +steps: +- name: test + commands: + - nix shell 'nixpkgs#hello' -c hello ...