pass -X to ssh on upload

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-07-10 14:24:36 +02:00
parent 70d3ff79a8
commit d85703a49b

View File

@ -104,7 +104,7 @@ test:
.PHONY: upload
upload: ${DEB}
tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist buster
tar cf - ${DEBS} | ssh -X repoman@repo.proxmox.com upload --product pve --dist buster
.PHONY: clean
clean: