.travis.yml: fix upload destination (#19043)

This commit is contained in:
Felix Lange
2019-02-12 13:02:40 +01:00
committed by GitHub
parent f48da43bae
commit edf976ee8e
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ matrix:
- python-bzrlib
- python-paramiko
script:
- go run build/ci.go debsrc -upload ppa:ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
- go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder <geth-ci@ethereum.org>"
# This builder does the Linux Azure uploads
- if: type = push