From 99bd9e766527d937c423874f8e222cace4d9f25f Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 10 Dec 2020 10:57:32 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index dd2afef..5ae7ad5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,7 +9,8 @@ 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 . + - git clone https://github.com/tulir/mautrix-whatsapp.git . # Inject 'apk upgrade' and removal of apk-cache into Dockerfile - sed -e 's|apk add --no-cache .*|apk upgrade --update-cache --available \&\& & \&\& rm -rf /var/lib/apt/lists/* \&\& rm /var/cache/apk/*|g' -i ./Dockerfile