Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2020-12-10 09:50:34 +00:00
parent 2b69f7433b
commit 73b6442de2
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: clone external repository - name: clone external repository
image: bv11-cr01.bessems.eu/proxy/alpine/git image: bv11-cr01.bessems.eu/proxy/alpine/git
commands: commands:
- git clone https://mau.dev/tulir/mautrix-whatsapp.git . - git clone https://mau.dev/tulir/mautrix-whatsapp.git ./mautrix-whatsapp
# volumes: # volumes:
# - name: git # - name: git
# path: /repository # path: /repository
@ -14,7 +14,7 @@ steps:
- name: build & publish - name: build & publish
image: plugins/docker image: plugins/docker
# context: /repository/mautrix-whatsapp # context: /repository/mautrix-whatsapp
context: . context: ./mautrix-whatsapp
# volumes: # volumes:
# - name: git # - name: git
# path: /repository # path: /repository