From 73b6442de2af10872b8ecc0d2c36b5c360713579 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 10 Dec 2020 09:50:34 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c30614b..43f39e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: clone external repository image: bv11-cr01.bessems.eu/proxy/alpine/git commands: - - git clone https://mau.dev/tulir/mautrix-whatsapp.git . + - git clone https://mau.dev/tulir/mautrix-whatsapp.git ./mautrix-whatsapp # volumes: # - name: git # path: /repository @@ -14,7 +14,7 @@ steps: - name: build & publish image: plugins/docker # context: /repository/mautrix-whatsapp - context: . + context: ./mautrix-whatsapp # volumes: # - name: git # path: /repository