From 385f954e02a49ecbc024aceea71880dcc5d76ea2 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 10 Dec 2020 09:52:38 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/.drone.yml b/.drone.yml index 43f39e7..5837390 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,22 +2,18 @@ kind: pipeline type: kubernetes name: Harbor +clone: + disable: true + steps: - name: clone external repository image: bv11-cr01.bessems.eu/proxy/alpine/git commands: - - git clone https://mau.dev/tulir/mautrix-whatsapp.git ./mautrix-whatsapp - # volumes: - # - name: git - # path: /repository + - git clone https://mau.dev/tulir/mautrix-whatsapp.git . - name: build & publish image: plugins/docker - # context: /repository/mautrix-whatsapp - context: ./mautrix-whatsapp - # volumes: - # - name: git - # path: /repository + context: . settings: repo: bv11-cr01.bessems.eu/library/matrixbridge-whatsapp registry: bv11-cr01.bessems.eu @@ -33,8 +29,4 @@ steps: # DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE: # from_secret: harbor_repo_passphrase # DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE: - # from_secret: harbor_root_passphrase - -# volumes: -# - name: git -# temp: {} \ No newline at end of file + # from_secret: harbor_root_passphrase \ No newline at end of file