Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Danny Bessems 2020-12-10 09:49:41 +00:00
parent 98cb08739e
commit 2b69f7433b

View File

@ -3,10 +3,10 @@ type: kubernetes
name: Harbor name: Harbor
steps: steps:
- name: git clone - 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 /mautrix-whatsapp - git clone https://mau.dev/tulir/mautrix-whatsapp.git .
# 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: /mautrix-whatsapp context: .
# volumes: # volumes:
# - name: git # - name: git
# path: /repository # path: /repository