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

This commit is contained in:
Danny Bessems 2020-12-10 09:43:35 +00:00
parent a9e941dd3f
commit 288d12d2b5
1 changed files with 11 additions and 10 deletions

View File

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