This commit is contained in:
parent
2b69f7433b
commit
73b6442de2
@ -6,7 +6,7 @@ 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 .
|
- git clone https://mau.dev/tulir/mautrix-whatsapp.git ./mautrix-whatsapp
|
||||||
# volumes:
|
# volumes:
|
||||||
# - name: git
|
# - name: git
|
||||||
# path: /repository
|
# path: /repository
|
||||||
@ -14,7 +14,7 @@ steps:
|
|||||||
- name: build & publish
|
- name: build & publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
# context: /repository/mautrix-whatsapp
|
# context: /repository/mautrix-whatsapp
|
||||||
context: .
|
context: ./mautrix-whatsapp
|
||||||
# volumes:
|
# volumes:
|
||||||
# - name: git
|
# - name: git
|
||||||
# path: /repository
|
# path: /repository
|
||||||
|
Reference in New Issue
Block a user