From 6e00c255054e092fe9d70b17f7f104dc40ef6462 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 1 Sep 2020 16:57:45 -0400 Subject: [PATCH] pretty please please --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index cb8d2ca..3e29d20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,7 @@ kind: pipeline name: "test drone config" steps: - commands: + - "docker pull xena/dhall-yaml" - "docker build -t xena/kubermemes ." image: docker:dind name: "build image xena/kubermemes"