This commit is contained in:
parent
73b6442de2
commit
385f954e02
20
.drone.yml
20
.drone.yml
@ -2,22 +2,18 @@ kind: pipeline
|
|||||||
type: kubernetes
|
type: kubernetes
|
||||||
name: Harbor
|
name: Harbor
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone external repository
|
- 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:
|
|
||||||
# - name: git
|
|
||||||
# path: /repository
|
|
||||||
|
|
||||||
- name: build & publish
|
- name: build & publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
# context: /repository/mautrix-whatsapp
|
context: .
|
||||||
context: ./mautrix-whatsapp
|
|
||||||
# volumes:
|
|
||||||
# - name: git
|
|
||||||
# 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
|
||||||
@ -33,8 +29,4 @@ steps:
|
|||||||
# DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE:
|
# DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE:
|
||||||
# from_secret: harbor_repo_passphrase
|
# from_secret: harbor_repo_passphrase
|
||||||
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
|
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
|
||||||
# from_secret: harbor_root_passphrase
|
# from_secret: harbor_root_passphrase
|
||||||
|
|
||||||
# volumes:
|
|
||||||
# - name: git
|
|
||||||
# temp: {}
|
|
Reference in New Issue
Block a user