This commit is contained in:
parent
98cb08739e
commit
2b69f7433b
@ -3,10 +3,10 @@ type: kubernetes
|
||||
name: Harbor
|
||||
|
||||
steps:
|
||||
- name: git clone
|
||||
- name: clone external repository
|
||||
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
||||
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
|
||||
@ -14,7 +14,7 @@ steps:
|
||||
- name: build & publish
|
||||
image: plugins/docker
|
||||
# context: /repository/mautrix-whatsapp
|
||||
context: /mautrix-whatsapp
|
||||
context: .
|
||||
# volumes:
|
||||
# - name: git
|
||||
# path: /repository
|
||||
|
Reference in New Issue
Block a user