From 276f824707783ecbe092e521b5a7460515ee3e99 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 12 Feb 2019 13:02:40 +0100 Subject: .travis.yml: fix upload destination (#19043) (cherry picked from commit edf976ee8e7e1561cf11cbdc5a0c5edb497dda34) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c34e3ea8a..9731ce181 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 " + - go run build/ci.go debsrc -upload ethereum/ethereum -sftp-user geth-ci -signer "Go Ethereum Linux Builder " # This builder does the Linux Azure uploads - if: type = push -- cgit