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"