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

This commit is contained in:
Danny Bessems 2020-12-10 09:43:35 +00:00
parent a9e941dd3f
commit 288d12d2b5

View File

@ -6,17 +6,18 @@ steps:
- name: git clone - name: git clone
image: bv11-cr01.bessems.eu/proxy/alpine/git image: bv11-cr01.bessems.eu/proxy/alpine/git
commands: commands:
- clone https://mau.dev/tulir/mautrix-whatsapp.git /repository - git clone https://mau.dev/tulir/mautrix-whatsapp.git /repository
volumes: # volumes:
- name: git # - name: git
path: /repository # path: /repository
- name: build & publish - name: build & publish
image: plugins/docker image: plugins/docker
# context: /repository/mautrix-whatsapp
context: /repository/mautrix-whatsapp context: /repository/mautrix-whatsapp
volumes: # volumes:
- name: git # - name: git
path: /repository # path: /repository
settings: settings:
repo: bv11-cr01.bessems.eu/library/matrixbridge-whatsapp repo: bv11-cr01.bessems.eu/library/matrixbridge-whatsapp
registry: bv11-cr01.bessems.eu registry: bv11-cr01.bessems.eu
@ -34,6 +35,6 @@ steps:
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE: # DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
# from_secret: harbor_root_passphrase # from_secret: harbor_root_passphrase
volumes: # volumes:
- name: git # - name: git
temp: {} # temp: {}