From 4134b9ce5fe252527f8d4ab1cfca1862bda933aa Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sat, 25 May 2019 17:33:57 +0200 Subject: [PATCH] fixed missing name for debian 8 --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cbc81fa..0b02877 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,5 @@ ---- kind: pipeline name: ansible-containers -debug: true concurrency: limit: 9 @@ -67,7 +65,8 @@ steps: - push - pull_request - - image: plugins/docker + - name: build-debian-8 + image: plugins/docker settings: dockerfile: debian-8/Dockerfile dry_run: true