From a91ba21c77c2f0c54c9760e8b1e7a8cf0eb6171f Mon Sep 17 00:00:00 2001 From: gregandev Date: Mon, 19 Dec 2022 11:54:07 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e248b1a..a13d1bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,7 @@ pipeline: build: image: docker commands: - - docker build -t hugo:latest + - docker build -t hugo:latest . volumes: - /var/run/docker.sock:/var/run/docker.sock