This commit is contained in:
parent
a9e941dd3f
commit
288d12d2b5
21
.drone.yml
21
.drone.yml
@ -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: {}
|
Reference in New Issue
Block a user