This commit is contained in:
parent
73b6442de2
commit
385f954e02
18
.drone.yml
18
.drone.yml
@ -2,22 +2,18 @@ kind: pipeline
|
||||
type: kubernetes
|
||||
name: Harbor
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: clone external repository
|
||||
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
||||
commands:
|
||||
- git clone https://mau.dev/tulir/mautrix-whatsapp.git ./mautrix-whatsapp
|
||||
# volumes:
|
||||
# - name: git
|
||||
# path: /repository
|
||||
- git clone https://mau.dev/tulir/mautrix-whatsapp.git .
|
||||
|
||||
- name: build & publish
|
||||
image: plugins/docker
|
||||
# context: /repository/mautrix-whatsapp
|
||||
context: ./mautrix-whatsapp
|
||||
# volumes:
|
||||
# - name: git
|
||||
# path: /repository
|
||||
context: .
|
||||
settings:
|
||||
repo: bv11-cr01.bessems.eu/library/matrixbridge-whatsapp
|
||||
registry: bv11-cr01.bessems.eu
|
||||
@ -34,7 +30,3 @@ steps:
|
||||
# from_secret: harbor_repo_passphrase
|
||||
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
|
||||
# from_secret: harbor_root_passphrase
|
||||
|
||||
# volumes:
|
||||
# - name: git
|
||||
# temp: {}
|
Reference in New Issue
Block a user