From 52b4d32b53c58af98acfadbd7f447ab70f43cbbf Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Tue, 16 Feb 2021 14:57:28 +0100 Subject: [PATCH] ci: drone: test docker runner --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ...