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

This commit is contained in:
Danny Bessems 2020-12-10 09:52:38 +00:00
parent 73b6442de2
commit 385f954e02
1 changed files with 6 additions and 14 deletions

View File

@ -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
@ -33,8 +29,4 @@ steps:
# DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE:
# from_secret: harbor_repo_passphrase
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
# from_secret: harbor_root_passphrase
# volumes:
# - name: git
# temp: {}
# from_secret: harbor_root_passphrase